#3F5EFE

Color #3F5EFE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3F5EFE

Tints of Neon Blue #3F5EFE

Color information

#3F5EFE (or 0x3F5EFE) is unknown color: approx Neon Blue. HEX triplet: 3F, 5E and FE. RGB value is (63,94,254). Sum of RGB (Red+Green+Blue) = 63+94+254=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F5EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5EFE is #C0A101. Grayscale: #666666. Windows color (decimal): -12624130 or 16670271. OLE color: 16670271.

HSL color Cylindrical-coordinate representation of color #3F5EFE: hue angle of 230.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F5EFE is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6394254-
CMYK0.750.6300.00
HSL230.26º98.96%62.16%-
HSV(B)230.26º75.2%99.61%-
XYZ23.9416.2295.63-
YUV102.97213.2399.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 15.33%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 254 (99.61% from 255) = 61.80%
R=15.33%
G=22.87%
B=61.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal63942540.750.6300.00230.2698.9662.16
Hex3F5EFE4B3F00e6633e
Octal77136376113770034614376
Binary111111101111011111110100101111111100111001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F5EFE; }

 p { color: rgb(63,94,254); }

 H1.HeaderClassName
 {
   color: #3F5EFE;
 }
 .AnyTagClassName
 {
   color: #3F5EFE;
 }
</style>
background-color css

<style>
 a { background-color: #3F5EFE; }

 a { background-color: rgb(63,94,254); }

 div.DivClassName
 {
   background-color: #3F5EFE;
 }
 .BgClassName
 {
   background-color: #3F5EFE;
 }
</style>
border-color css

<style>
 span { border-color: #3F5EFE; }

 span { border-color: rgb(63,94,254); }

 td.TdClassName
 {
   border-color: #3F5EFE;
 }
 .TagClassName
 {
   border-color: #3F5EFE;
 }
</style>