Html Css Color HEX #4037F2 Neon Blue

📋 copy color: '#4037F2'

red 64 ◦ green 55 ◦ blue 242

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

Shades of Neon Blue #4037F2

Tints of Neon Blue #4037F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.04%

R = 17.73%
G = 15.24%
B = 67.04%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4037F2 (or 0x4037F2) is known color: Neon Blue. HEX triplet: 40, 37 and F2. RGB value is (64,55,242). Sum of RGB (Red+Green+Blue) = 64+55+242=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #4037F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4037F2 is #BFC80D. Grayscale: #4E4E4E. Windows color (decimal): -12568590 or 15873856. OLE color: 15873856.

HSL color Cylindrical-coordinate representation of color #4037F2: hue angle of 242.89º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4037F2 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 55 242 -
CMYK 0.74 0.77 0 0.05
HSL 242.89º 0.88% 0.58% -
HSV(B) 242.89º 0.77% 0.95% -
XYZ 19.51 10.23 84.95 -
YUV 79.01 219.98 117.29 -
System Red Green Blue C M Y K H S L
Decimal 64 55 242 0.74 0.77 0 0.05 242.89 0.88 0.58
Hex 40 37 F2 4A 4D 0 5 F3 58 3A
Octal 100 67 362 112 115 0 5 363 130 72
Binary 1000000 110111 11110010 1001010 1001101 0 101 11110011 1011000 111010

Color Harmonies of #4037F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4037F2

Black with #4037F2

Text Example


Text Example

White with #4037F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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