Html Css Color HEX #424EEF Neon Blue

📋 copy color: '#424EEF'

red 66 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #424EEF

Tints of Neon Blue #424EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.37%

 BLUE value IS 239 (93.75% from 255) = 62.4%

R = 17.23%
G = 20.37%
B = 62.4%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#424EEF (or 0x424EEF) is known color: Neon Blue. HEX triplet: 42, 4E and EF. RGB value is (66,78,239). Sum of RGB (Red+Green+Blue) = 66+78+239=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #424EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424EEF is #BDB110. Grayscale: #5C5C5C. Windows color (decimal): -12431633 or 15683138. OLE color: 15683138.

HSL color Cylindrical-coordinate representation of color #424EEF: hue angle of 235.84º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424EEF is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 78 239 -
CMYK 0.72 0.67 0 0.06
HSL 235.84º 0.84% 0.6% -
HSV(B) 235.84º 0.72% 0.94% -
XYZ 20.55 12.84 83.06 -
YUV 92.77 210.52 108.91 -
System Red Green Blue C M Y K H S L
Decimal 66 78 239 0.72 0.67 0 0.06 235.84 0.84 0.6
Hex 42 4E EF 48 43 0 6 EC 54 3C
Octal 102 116 357 110 103 0 6 354 124 74
Binary 1000010 1001110 11101111 1001000 1000011 0 110 11101100 1010100 111100

Color Harmonies of #424EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424EEF

Black with #424EEF

Text Example


Text Example

White with #424EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,78,239); }

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

background-color css

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

 a { background-color: rgb(66,78,239); }

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

border-color css

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

 span { border-color: rgb(66,78,239); }

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