Html Css Color HEX #4142E0 Neon Blue

📋 copy color: '#4142E0'

red 65 ◦ green 66 ◦ blue 224

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

Shades of Neon Blue #4142E0

Tints of Neon Blue #4142E0

RGB

 RED value IS 65 (25.78% from 255) = 18.31%

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 224 (87.89% from 255) = 63.1%

R = 18.31%
G = 18.59%
B = 63.1%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4142E0 (or 0x4142E0) is known color: Neon Blue. HEX triplet: 41, 42 and E0. RGB value is (65,66,224). Sum of RGB (Red+Green+Blue) = 65+66+224=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #4142E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4142E0 is #BEBD1F. Grayscale: #535353. Windows color (decimal): -12500256 or 14697025. OLE color: 14697025.

HSL color Cylindrical-coordinate representation of color #4142E0: hue angle of 239.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4142E0 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 66 224 -
CMYK 0.71 0.71 0 0.12
HSL 239.62º 0.72% 0.57% -
HSV(B) 239.62º 0.71% 0.88% -
XYZ 17.58 10.4 71.6 -
YUV 83.71 207.17 114.65 -
System Red Green Blue C M Y K H S L
Decimal 65 66 224 0.71 0.71 0 0.12 239.62 0.72 0.57
Hex 41 42 E0 47 47 0 C F0 48 39
Octal 101 102 340 107 107 0 14 360 110 71
Binary 1000001 1000010 11100000 1000111 1000111 0 1100 11110000 1001000 111001

Color Harmonies of #4142E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4142E0

Black with #4142E0

Text Example


Text Example

White with #4142E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4142E0; }

 p { color: rgb(65,66,224); }

 H1.HeaderClassName
 {
   color: #4142E0;
 }
 .AnyTagClassName
 {
   color: #4142E0;
 }
</style>

background-color css

<style>
 a { background-color: #4142E0; }

 a { background-color: rgb(65,66,224); }

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

border-color css

<style>
 span { border-color: #4142E0; }

 span { border-color: rgb(65,66,224); }

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