Html Css Color HEX #424FFE Neon Blue

📋 copy color: '#424FFE'

red 66 ◦ green 79 ◦ blue 254

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

Shades of Neon Blue #424FFE

Tints of Neon Blue #424FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 16.54%
G = 19.8%
B = 63.66%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#424FFE (or 0x424FFE) is known color: Neon Blue. HEX triplet: 42, 4F and FE. RGB value is (66,79,254). Sum of RGB (Red+Green+Blue) = 66+79+254=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #424FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FFE is #BDB001. Grayscale: #5E5E5E. Windows color (decimal): -12431362 or 16666434. OLE color: 16666434.

HSL color Cylindrical-coordinate representation of color #424FFE: hue angle of 235.85º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #424FFE is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 79 254 -
CMYK 0.74 0.69 0 0.00
HSL 235.85º 0.99% 0.63% -
HSV(B) 235.85º 0.74% 1% -
XYZ 22.93 13.91 95.24 -
YUV 95.06 217.69 107.27 -
System Red Green Blue C M Y K H S L
Decimal 66 79 254 0.74 0.69 0 0.00 235.85 0.99 0.63
Hex 42 4F FE 4A 45 0 0 EC 63 3F
Octal 102 117 376 112 105 0 0 354 143 77
Binary 1000010 1001111 11111110 1001010 1000101 0 0 11101100 1100011 111111

Color Harmonies of #424FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FFE

Black with #424FFE

Text Example


Text Example

White with #424FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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