Html Css Color HEX #424DEF Neon Blue

📋 copy color: '#424DEF'

red 66 ◦ green 77 ◦ blue 239

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

Shades of Neon Blue #424DEF

Tints of Neon Blue #424DEF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

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

R = 17.28%
G = 20.16%
B = 62.57%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#424DEF (or 0x424DEF) is known color: Neon Blue. HEX triplet: 42, 4D and EF. RGB value is (66,77,239). Sum of RGB (Red+Green+Blue) = 66+77+239=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #424DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424DEF is #BDB210. Grayscale: #5B5B5B. Windows color (decimal): -12431889 or 15682882. OLE color: 15682882.

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

Color convert

RGB 66 77 239 -
CMYK 0.72 0.68 0 0.06
HSL 236.19º 0.84% 0.6% -
HSV(B) 236.19º 0.72% 0.94% -
XYZ 20.48 12.7 83.03 -
YUV 92.18 210.86 109.33 -
System Red Green Blue C M Y K H S L
Decimal 66 77 239 0.72 0.68 0 0.06 236.19 0.84 0.6
Hex 42 4D EF 48 44 0 6 EC 54 3C
Octal 102 115 357 110 104 0 6 354 124 74
Binary 1000010 1001101 11101111 1001000 1000100 0 110 11101100 1010100 111100

Color Harmonies of #424DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DEF

Black with #424DEF

Text Example


Text Example

White with #424DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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