Html Css Color HEX #4035E1 Neon Blue

📋 copy color: '#4035E1'

red 64 ◦ green 53 ◦ blue 225

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

Shades of Neon Blue #4035E1

Tints of Neon Blue #4035E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 65.79%

R = 18.71%
G = 15.5%
B = 65.79%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4035E1 (or 0x4035E1) is known color: Neon Blue. HEX triplet: 40, 35 and E1. RGB value is (64,53,225). Sum of RGB (Red+Green+Blue) = 64+53+225=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 225 (88.28% from 255 or 65.79% from 342); Max value from RGB is 225 - color contains mainly: blue. Hex color #4035E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4035E1 is #BFCA1E. Grayscale: #4B4B4B. Windows color (decimal): -12569119 or 14759232. OLE color: 14759232.

HSL color Cylindrical-coordinate representation of color #4035E1: hue angle of 243.84º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4035E1 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 53 225 -
CMYK 0.72 0.76 0 0.12
HSL 243.84º 0.74% 0.55% -
HSV(B) 243.84º 0.76% 0.88% -
XYZ 16.98 9.07 72.09 -
YUV 75.9 212.14 119.51 -
System Red Green Blue C M Y K H S L
Decimal 64 53 225 0.72 0.76 0 0.12 243.84 0.74 0.55
Hex 40 35 E1 48 4C 0 C F4 4A 37
Octal 100 65 341 110 114 0 14 364 112 67
Binary 1000000 110101 11100001 1001000 1001100 0 1100 11110100 1001010 110111

Color Harmonies of #4035E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4035E1

Black with #4035E1

Text Example


Text Example

White with #4035E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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