Html Css Color HEX #4059FE Neon Blue

📋 copy color: '#4059FE'

red 64 ◦ green 89 ◦ blue 254

#4059FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4059FE

Tints of Neon Blue #4059FE

RGB

 RED value IS 64 (25.39% from 255) = 15.72%

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 254 (99.61% from 255) = 62.41%

R = 15.72%
G = 21.87%
B = 62.41%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4059FE (or 0x4059FE) is known color: Neon Blue. HEX triplet: 40, 59 and FE. RGB value is (64,89,254). Sum of RGB (Red+Green+Blue) = 64+89+254=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #4059FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4059FE is #BFA601. Grayscale: #636363. Windows color (decimal): -12559874 or 16668992. OLE color: 16668992.

HSL color Cylindrical-coordinate representation of color #4059FE: hue angle of 232.11º 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 #4059FE is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 89 254 -
CMYK 0.75 0.65 0 0.00
HSL 232.11º 0.99% 0.62% -
HSV(B) 232.11º 0.75% 1% -
XYZ 23.58 15.39 95.49 -
YUV 100.34 214.72 102.08 -
System Red Green Blue C M Y K H S L
Decimal 64 89 254 0.75 0.65 0 0.00 232.11 0.99 0.62
Hex 40 59 FE 4B 41 0 0 E8 63 3E
Octal 100 131 376 113 101 0 0 350 143 76
Binary 1000000 1011001 11111110 1001011 1000001 0 0 11101000 1100011 111110

Color Harmonies of #4059FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4059FE

Black with #4059FE

Text Example


Text Example

White with #4059FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4059FE; }

 p { color: rgb(64,89,254); }

 H1.HeaderClassName
 {
   color: #4059FE;
 }
 .AnyTagClassName
 {
   color: #4059FE;
 }
</style>

background-color css

<style>
 a { background-color: #4059FE; }

 a { background-color: rgb(64,89,254); }

 div.DivClassName
 {
   background-color: #4059FE;
 }
 .BgClassName
 {
   background-color: #4059FE;
 }
</style>

border-color css

<style>
 span { border-color: #4059FE; }

 span { border-color: rgb(64,89,254); }

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