Html Css Color HEX #4035EE Neon Blue

📋 copy color: '#4035EE'

red 64 ◦ green 53 ◦ blue 238

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

Shades of Neon Blue #4035EE

Tints of Neon Blue #4035EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.04%

R = 18.03%
G = 14.93%
B = 67.04%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4035EE (or 0x4035EE) is known color: Neon Blue. HEX triplet: 40, 35 and EE. RGB value is (64,53,238). Sum of RGB (Red+Green+Blue) = 64+53+238=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #4035EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4035EE is #BFCA11. Grayscale: #4C4C4C. Windows color (decimal): -12569106 or 15611200. OLE color: 15611200.

HSL color Cylindrical-coordinate representation of color #4035EE: hue angle of 243.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4035EE is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 53 238 -
CMYK 0.73 0.78 0 0.07
HSL 243.57º 0.84% 0.57% -
HSV(B) 243.57º 0.78% 0.93% -
XYZ 18.82 9.81 81.79 -
YUV 77.38 218.64 118.46 -
System Red Green Blue C M Y K H S L
Decimal 64 53 238 0.73 0.78 0 0.07 243.57 0.84 0.57
Hex 40 35 EE 49 4E 0 7 F4 54 39
Octal 100 65 356 111 116 0 7 364 124 71
Binary 1000000 110101 11101110 1001001 1001110 0 111 11110100 1010100 111001

Color Harmonies of #4035EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4035EE

Black with #4035EE

Text Example


Text Example

White with #4035EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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