Html Css Color HEX #4035DD Neon Blue

📋 copy color: '#4035DD'

red 64 ◦ green 53 ◦ blue 221

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

Shades of Neon Blue #4035DD

Tints of Neon Blue #4035DD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

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

R = 18.93%
G = 15.68%
B = 65.38%

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

#4035DD (or 0x4035DD) is known color: Neon Blue. HEX triplet: 40, 35 and DD. RGB value is (64,53,221). Sum of RGB (Red+Green+Blue) = 64+53+221=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #4035DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4035DD is #BFCA22. Grayscale: #4A4A4A. Windows color (decimal): -12569123 or 14497088. OLE color: 14497088.

HSL color Cylindrical-coordinate representation of color #4035DD: hue angle of 243.93º 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 #4035DD is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 53 221 -
CMYK 0.71 0.76 0 0.13
HSL 243.93º 0.71% 0.54% -
HSV(B) 243.93º 0.76% 0.87% -
XYZ 16.44 8.86 69.25 -
YUV 75.44 210.14 119.84 -
System Red Green Blue C M Y K H S L
Decimal 64 53 221 0.71 0.76 0 0.13 243.93 0.71 0.54
Hex 40 35 DD 47 4C 0 D F4 47 36
Octal 100 65 335 107 114 0 15 364 107 66
Binary 1000000 110101 11011101 1000111 1001100 0 1101 11110100 1000111 110110

Color Harmonies of #4035DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4035DD

Black with #4035DD

Text Example


Text Example

White with #4035DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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