Html Css Color HEX #4060FD Neon Blue

📋 copy color: '#4060FD'

red 64 ◦ green 96 ◦ blue 253

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

Shades of Neon Blue #4060FD

Tints of Neon Blue #4060FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.24%

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

R = 15.5%
G = 23.24%
B = 61.26%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4060FD (or 0x4060FD) is known color: Neon Blue. HEX triplet: 40, 60 and FD. RGB value is (64,96,253). Sum of RGB (Red+Green+Blue) = 64+96+253=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #4060FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4060FD is #BF9F02. Grayscale: #676767. Windows color (decimal): -12558083 or 16605248. OLE color: 16605248.

HSL color Cylindrical-coordinate representation of color #4060FD: hue angle of 229.84º 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 #4060FD is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 96 253 -
CMYK 0.75 0.62 0 0.01
HSL 229.84º 0.98% 0.62% -
HSV(B) 229.84º 0.75% 0.99% -
XYZ 24.03 16.55 94.86 -
YUV 104.33 211.9 99.23 -
System Red Green Blue C M Y K H S L
Decimal 64 96 253 0.75 0.62 0 0.01 229.84 0.98 0.62
Hex 40 60 FD 4B 3E 0 1 E6 62 3E
Octal 100 140 375 113 76 0 1 346 142 76
Binary 1000000 1100000 11111101 1001011 111110 0 1 11100110 1100010 111110

Color Harmonies of #4060FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4060FD

Black with #4060FD

Text Example


Text Example

White with #4060FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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