Html Css Color HEX #424BEC Neon Blue

📋 copy color: '#424BEC'

red 66 ◦ green 75 ◦ blue 236

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

Shades of Neon Blue #424BEC

Tints of Neon Blue #424BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

 BLUE value IS 236 (92.58% from 255) = 62.6%

R = 17.51%
G = 19.89%
B = 62.6%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#424BEC (or 0x424BEC) is known color: Neon Blue. HEX triplet: 42, 4B and EC. RGB value is (66,75,236). Sum of RGB (Red+Green+Blue) = 66+75+236=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #424BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424BEC is #BDB413. Grayscale: #5A5A5A. Windows color (decimal): -12432404 or 15485762. OLE color: 15485762.

HSL color Cylindrical-coordinate representation of color #424BEC: hue angle of 236.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424BEC is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 75 236 -
CMYK 0.72 0.68 0 0.07
HSL 236.82º 0.82% 0.59% -
HSV(B) 236.82º 0.72% 0.93% -
XYZ 19.9 12.25 80.67 -
YUV 90.66 210.02 110.41 -
System Red Green Blue C M Y K H S L
Decimal 66 75 236 0.72 0.68 0 0.07 236.82 0.82 0.59
Hex 42 4B EC 48 44 0 7 ED 52 3B
Octal 102 113 354 110 104 0 7 355 122 73
Binary 1000010 1001011 11101100 1001000 1000100 0 111 11101101 1010010 111011

Color Harmonies of #424BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BEC

Black with #424BEC

Text Example


Text Example

White with #424BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,75,236); }

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

background-color css

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

 a { background-color: rgb(66,75,236); }

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

border-color css

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

 span { border-color: rgb(66,75,236); }

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