Html Css Color HEX #4059FD Neon Blue

📋 copy color: '#4059FD'

red 64 ◦ green 89 ◦ blue 253

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

Shades of Neon Blue #4059FD

Tints of Neon Blue #4059FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 15.76%
G = 21.92%
B = 62.32%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4059FD (or 0x4059FD) is known color: Neon Blue. HEX triplet: 40, 59 and FD. RGB value is (64,89,253). Sum of RGB (Red+Green+Blue) = 64+89+253=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #4059FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4059FD is #BFA602. Grayscale: #636363. Windows color (decimal): -12559875 or 16603456. OLE color: 16603456.

HSL color Cylindrical-coordinate representation of color #4059FD: hue angle of 232.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4059FD is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 89 253 -
CMYK 0.75 0.65 0 0.01
HSL 232.06º 0.98% 0.62% -
HSV(B) 232.06º 0.75% 0.99% -
XYZ 23.42 15.33 94.65 -
YUV 100.22 214.22 102.16 -
System Red Green Blue C M Y K H S L
Decimal 64 89 253 0.75 0.65 0 0.01 232.06 0.98 0.62
Hex 40 59 FD 4B 41 0 1 E8 62 3E
Octal 100 131 375 113 101 0 1 350 142 76
Binary 1000000 1011001 11111101 1001011 1000001 0 1 11101000 1100010 111110

Color Harmonies of #4059FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4059FD

Black with #4059FD

Text Example


Text Example

White with #4059FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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