Html Css Color HEX #4031EF Neon Blue

📋 copy color: '#4031EF'

red 64 ◦ green 49 ◦ blue 239

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

Shades of Neon Blue #4031EF

Tints of Neon Blue #4031EF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.92%

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 18.18%
G = 13.92%
B = 67.9%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4031EF (or 0x4031EF) is known color: Neon Blue. HEX triplet: 40, 31 and EF. RGB value is (64,49,239). Sum of RGB (Red+Green+Blue) = 64+49+239=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #4031EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4031EF is #BFCE10. Grayscale: #4A4A4A. Windows color (decimal): -12570129 or 15675712. OLE color: 15675712.

HSL color Cylindrical-coordinate representation of color #4031EF: hue angle of 244.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4031EF is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 49 239 -
CMYK 0.73 0.79 0 0.06
HSL 244.74º 0.86% 0.56% -
HSV(B) 244.74º 0.79% 0.94% -
XYZ 18.79 9.52 82.51 -
YUV 75.15 220.47 120.05 -
System Red Green Blue C M Y K H S L
Decimal 64 49 239 0.73 0.79 0 0.06 244.74 0.86 0.56
Hex 40 31 EF 49 4F 0 6 F5 56 38
Octal 100 61 357 111 117 0 6 365 126 70
Binary 1000000 110001 11101111 1001001 1001111 0 110 11110101 1010110 111000

Color Harmonies of #4031EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4031EF

Black with #4031EF

Text Example


Text Example

White with #4031EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4031EF; }

 p { color: rgb(64,49,239); }

 H1.HeaderClassName
 {
   color: #4031EF;
 }
 .AnyTagClassName
 {
   color: #4031EF;
 }
</style>

background-color css

<style>
 a { background-color: #4031EF; }

 a { background-color: rgb(64,49,239); }

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

border-color css

<style>
 span { border-color: #4031EF; }

 span { border-color: rgb(64,49,239); }

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