Html Css Color HEX #4142EA Neon Blue

📋 copy color: '#4142EA'

red 65 ◦ green 66 ◦ blue 234

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

Shades of Neon Blue #4142EA

Tints of Neon Blue #4142EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.11%

R = 17.81%
G = 18.08%
B = 64.11%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4142EA (or 0x4142EA) is known color: Neon Blue. HEX triplet: 41, 42 and EA. RGB value is (65,66,234). Sum of RGB (Red+Green+Blue) = 65+66+234=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #4142EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4142EA is #BEBD15. Grayscale: #545454. Windows color (decimal): -12500246 or 15352385. OLE color: 15352385.

HSL color Cylindrical-coordinate representation of color #4142EA: hue angle of 239.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4142EA is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 66 234 -
CMYK 0.72 0.72 0 0.08
HSL 239.65º 0.8% 0.59% -
HSV(B) 239.65º 0.72% 0.92% -
XYZ 18.98 10.96 78.96 -
YUV 84.85 212.17 113.84 -
System Red Green Blue C M Y K H S L
Decimal 65 66 234 0.72 0.72 0 0.08 239.65 0.8 0.59
Hex 41 42 EA 48 48 0 8 F0 50 3B
Octal 101 102 352 110 110 0 10 360 120 73
Binary 1000001 1000010 11101010 1001000 1001000 0 1000 11110000 1010000 111011

Color Harmonies of #4142EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4142EA

Black with #4142EA

Text Example


Text Example

White with #4142EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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