Html Css Color HEX #424FEA Neon Blue

📋 copy color: '#424FEA'

red 66 ◦ green 79 ◦ blue 234

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

Shades of Neon Blue #424FEA

Tints of Neon Blue #424FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.84%

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

R = 17.41%
G = 20.84%
B = 61.74%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#424FEA (or 0x424FEA) is known color: Neon Blue. HEX triplet: 42, 4F and EA. RGB value is (66,79,234). Sum of RGB (Red+Green+Blue) = 66+79+234=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #424FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FEA is #BDB015. Grayscale: #5C5C5C. Windows color (decimal): -12431382 or 15355714. OLE color: 15355714.

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

Color convert

RGB 66 79 234 -
CMYK 0.72 0.66 0 0.08
HSL 235.36º 0.8% 0.59% -
HSV(B) 235.36º 0.72% 0.92% -
XYZ 19.89 12.69 79.24 -
YUV 92.78 207.69 108.9 -
System Red Green Blue C M Y K H S L
Decimal 66 79 234 0.72 0.66 0 0.08 235.36 0.8 0.59
Hex 42 4F EA 48 42 0 8 EB 50 3B
Octal 102 117 352 110 102 0 10 353 120 73
Binary 1000010 1001111 11101010 1001000 1000010 0 1000 11101011 1010000 111011

Color Harmonies of #424FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FEA

Black with #424FEA

Text Example


Text Example

White with #424FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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