Html Css Color HEX #424FEB Neon Blue

📋 copy color: '#424FEB'

red 66 ◦ green 79 ◦ blue 235

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

Shades of Neon Blue #424FEB

Tints of Neon Blue #424FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 17.37%
G = 20.79%
B = 61.84%

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

#424FEB (or 0x424FEB) is known color: Neon Blue. HEX triplet: 42, 4F and EB. RGB value is (66,79,235). Sum of RGB (Red+Green+Blue) = 66+79+235=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #424FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FEB is #BDB014. Grayscale: #5C5C5C. Windows color (decimal): -12431381 or 15421250. OLE color: 15421250.

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

Color convert

RGB 66 79 235 -
CMYK 0.72 0.66 0 0.08
HSL 235.38º 0.81% 0.59% -
HSV(B) 235.38º 0.72% 0.92% -
XYZ 20.04 12.75 80 -
YUV 92.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 66 79 235 0.72 0.66 0 0.08 235.38 0.81 0.59
Hex 42 4F EB 48 42 0 8 EB 51 3B
Octal 102 117 353 110 102 0 10 353 121 73
Binary 1000010 1001111 11101011 1001000 1000010 0 1000 11101011 1010001 111011

Color Harmonies of #424FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FEB

Black with #424FEB

Text Example


Text Example

White with #424FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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