Html Css Color HEX #424CEB Neon Blue

📋 copy color: '#424CEB'

red 66 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #424CEB

Tints of Neon Blue #424CEB

RGB

 RED value IS 66 (26.17% from 255) = 17.51%

 GREEN value IS 76 (30.08% from 255) = 20.16%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 17.51%
G = 20.16%
B = 62.33%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#424CEB (or 0x424CEB) is known color: Neon Blue. HEX triplet: 42, 4C and EB. RGB value is (66,76,235). Sum of RGB (Red+Green+Blue) = 66+76+235=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #424CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424CEB is #BDB314. Grayscale: #5A5A5A. Windows color (decimal): -12432149 or 15420482. OLE color: 15420482.

HSL color Cylindrical-coordinate representation of color #424CEB: hue angle of 236.45º degrees, saturation: 0.81, 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 #424CEB is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 76 235 -
CMYK 0.72 0.68 0 0.08
HSL 236.45º 0.81% 0.59% -
HSV(B) 236.45º 0.72% 0.92% -
XYZ 19.83 12.33 79.93 -
YUV 91.14 209.19 110.07 -
System Red Green Blue C M Y K H S L
Decimal 66 76 235 0.72 0.68 0 0.08 236.45 0.81 0.59
Hex 42 4C EB 48 44 0 8 EC 51 3B
Octal 102 114 353 110 104 0 10 354 121 73
Binary 1000010 1001100 11101011 1001000 1000100 0 1000 11101100 1010001 111011

Color Harmonies of #424CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CEB

Black with #424CEB

Text Example


Text Example

White with #424CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424CEB; }

 p { color: rgb(66,76,235); }

 H1.HeaderClassName
 {
   color: #424CEB;
 }
 .AnyTagClassName
 {
   color: #424CEB;
 }
</style>

background-color css

<style>
 a { background-color: #424CEB; }

 a { background-color: rgb(66,76,235); }

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

border-color css

<style>
 span { border-color: #424CEB; }

 span { border-color: rgb(66,76,235); }

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