Html Css Color HEX #4037FC Neon Blue

📋 copy color: '#4037FC'

red 64 ◦ green 55 ◦ blue 252

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

Shades of Neon Blue #4037FC

Tints of Neon Blue #4037FC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 17.25%
G = 14.82%
B = 67.92%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4037FC (or 0x4037FC) is known color: Neon Blue. HEX triplet: 40, 37 and FC. RGB value is (64,55,252). Sum of RGB (Red+Green+Blue) = 64+55+252=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #4037FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4037FC is #BFC803. Grayscale: #4F4F4F. Windows color (decimal): -12568580 or 16529216. OLE color: 16529216.

HSL color Cylindrical-coordinate representation of color #4037FC: hue angle of 242.74º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4037FC is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 55 252 -
CMYK 0.75 0.78 0 0.01
HSL 242.74º 0.97% 0.6% -
HSV(B) 242.74º 0.78% 0.99% -
XYZ 21.05 10.85 93.08 -
YUV 80.15 224.98 116.48 -
System Red Green Blue C M Y K H S L
Decimal 64 55 252 0.75 0.78 0 0.01 242.74 0.97 0.6
Hex 40 37 FC 4B 4E 0 1 F3 61 3C
Octal 100 67 374 113 116 0 1 363 141 74
Binary 1000000 110111 11111100 1001011 1001110 0 1 11110011 1100001 111100

Color Harmonies of #4037FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4037FC

Black with #4037FC

Text Example


Text Example

White with #4037FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4037FC; }

 p { color: rgb(64,55,252); }

 H1.HeaderClassName
 {
   color: #4037FC;
 }
 .AnyTagClassName
 {
   color: #4037FC;
 }
</style>

background-color css

<style>
 a { background-color: #4037FC; }

 a { background-color: rgb(64,55,252); }

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

border-color css

<style>
 span { border-color: #4037FC; }

 span { border-color: rgb(64,55,252); }

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