Html Css Color HEX #424DFE Neon Blue

📋 copy color: '#424DFE'

red 66 ◦ green 77 ◦ blue 254

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

Shades of Neon Blue #424DFE

Tints of Neon Blue #424DFE

RGB

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

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

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

R = 16.62%
G = 19.4%
B = 63.98%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#424DFE (or 0x424DFE) is known color: Neon Blue. HEX triplet: 42, 4D and FE. RGB value is (66,77,254). Sum of RGB (Red+Green+Blue) = 66+77+254=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #424DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424DFE is #BDB201. Grayscale: #5D5D5D. Windows color (decimal): -12431874 or 16665922. OLE color: 16665922.

HSL color Cylindrical-coordinate representation of color #424DFE: hue angle of 236.49º 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 #424DFE is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 77 254 -
CMYK 0.74 0.70 0 0.00
HSL 236.49º 0.99% 0.63% -
HSV(B) 236.49º 0.74% 1% -
XYZ 22.79 13.62 95.19 -
YUV 93.89 218.36 108.11 -
System Red Green Blue C M Y K H S L
Decimal 66 77 254 0.74 0.70 0 0.00 236.49 0.99 0.63
Hex 42 4D FE 4A 46 0 0 EC 63 3F
Octal 102 115 376 112 106 0 0 354 143 77
Binary 1000010 1001101 11111110 1001010 1000110 0 0 11101100 1100011 111111

Color Harmonies of #424DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DFE

Black with #424DFE

Text Example


Text Example

White with #424DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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