Html Css Color HEX #424AEA Neon Blue

📋 copy color: '#424AEA'

red 66 ◦ green 74 ◦ blue 234

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

Shades of Neon Blue #424AEA

Tints of Neon Blue #424AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.79%

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

R = 17.65%
G = 19.79%
B = 62.57%

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

#424AEA (or 0x424AEA) is known color: Neon Blue. HEX triplet: 42, 4A and EA. RGB value is (66,74,234). Sum of RGB (Red+Green+Blue) = 66+74+234=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #424AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424AEA is #BDB515. Grayscale: #595959. Windows color (decimal): -12432662 or 15354434. OLE color: 15354434.

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

Color convert

RGB 66 74 234 -
CMYK 0.72 0.68 0 0.08
HSL 237.14º 0.8% 0.59% -
HSV(B) 237.14º 0.72% 0.92% -
XYZ 19.55 12 79.13 -
YUV 89.85 209.35 110.99 -
System Red Green Blue C M Y K H S L
Decimal 66 74 234 0.72 0.68 0 0.08 237.14 0.8 0.59
Hex 42 4A EA 48 44 0 8 ED 50 3B
Octal 102 112 352 110 104 0 10 355 120 73
Binary 1000010 1001010 11101010 1001000 1000100 0 1000 11101101 1010000 111011

Color Harmonies of #424AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AEA

Black with #424AEA

Text Example


Text Example

White with #424AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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