Html Css Color HEX #4037DD Neon Blue

📋 copy color: '#4037DD'

red 64 ◦ green 55 ◦ blue 221

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

Shades of Neon Blue #4037DD

Tints of Neon Blue #4037DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65%

R = 18.82%
G = 16.18%
B = 65%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4037DD (or 0x4037DD) is known color: Neon Blue. HEX triplet: 40, 37 and DD. RGB value is (64,55,221). Sum of RGB (Red+Green+Blue) = 64+55+221=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #4037DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4037DD is #BFC822. Grayscale: #4B4B4B. Windows color (decimal): -12568611 or 14497600. OLE color: 14497600.

HSL color Cylindrical-coordinate representation of color #4037DD: hue angle of 243.25º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4037DD is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 55 221 -
CMYK 0.71 0.75 0 0.13
HSL 243.25º 0.71% 0.54% -
HSV(B) 243.25º 0.75% 0.87% -
XYZ 16.53 9.04 69.28 -
YUV 76.62 209.48 119 -
System Red Green Blue C M Y K H S L
Decimal 64 55 221 0.71 0.75 0 0.13 243.25 0.71 0.54
Hex 40 37 DD 47 4B 0 D F3 47 36
Octal 100 67 335 107 113 0 15 363 107 66
Binary 1000000 110111 11011101 1000111 1001011 0 1101 11110011 1000111 110110

Color Harmonies of #4037DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4037DD

Black with #4037DD

Text Example


Text Example

White with #4037DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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