Html Css Color HEX #424AEE Neon Blue

📋 copy color: '#424AEE'

red 66 ◦ green 74 ◦ blue 238

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

Shades of Neon Blue #424AEE

Tints of Neon Blue #424AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 17.46%
G = 19.58%
B = 62.96%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#424AEE (or 0x424AEE) is known color: Neon Blue. HEX triplet: 42, 4A and EE. RGB value is (66,74,238). Sum of RGB (Red+Green+Blue) = 66+74+238=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #424AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424AEE is #BDB511. Grayscale: #595959. Windows color (decimal): -12432658 or 15616578. OLE color: 15616578.

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

Color convert

RGB 66 74 238 -
CMYK 0.72 0.69 0 0.07
HSL 237.21º 0.83% 0.6% -
HSV(B) 237.21º 0.72% 0.93% -
XYZ 20.13 12.23 82.19 -
YUV 90.3 211.35 110.66 -
System Red Green Blue C M Y K H S L
Decimal 66 74 238 0.72 0.69 0 0.07 237.21 0.83 0.6
Hex 42 4A EE 48 45 0 7 ED 53 3C
Octal 102 112 356 110 105 0 7 355 123 74
Binary 1000010 1001010 11101110 1001000 1000101 0 111 11101101 1010011 111100

Color Harmonies of #424AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AEE

Black with #424AEE

Text Example


Text Example

White with #424AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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