Html Css Color HEX #4036DD Neon Blue

📋 copy color: '#4036DD'

red 64 ◦ green 54 ◦ blue 221

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

Shades of Neon Blue #4036DD

Tints of Neon Blue #4036DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

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

R = 18.88%
G = 15.93%
B = 65.19%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4036DD (or 0x4036DD) is known color: Neon Blue. HEX triplet: 40, 36 and DD. RGB value is (64,54,221). Sum of RGB (Red+Green+Blue) = 64+54+221=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #4036DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4036DD is #BFC922. Grayscale: #4B4B4B. Windows color (decimal): -12568867 or 14497344. OLE color: 14497344.

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

Color convert

RGB 64 54 221 -
CMYK 0.71 0.76 0 0.13
HSL 243.59º 0.71% 0.54% -
HSV(B) 243.59º 0.76% 0.87% -
XYZ 16.48 8.95 69.27 -
YUV 76.03 209.81 119.42 -
System Red Green Blue C M Y K H S L
Decimal 64 54 221 0.71 0.76 0 0.13 243.59 0.71 0.54
Hex 40 36 DD 47 4C 0 D F4 47 36
Octal 100 66 335 107 114 0 15 364 107 66
Binary 1000000 110110 11011101 1000111 1001100 0 1101 11110100 1000111 110110

Color Harmonies of #4036DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4036DD

Black with #4036DD

Text Example


Text Example

White with #4036DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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