Html Css Color HEX #424CFE Neon Blue

📋 copy color: '#424CFE'

red 66 ◦ green 76 ◦ blue 254

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

Shades of Neon Blue #424CFE

Tints of Neon Blue #424CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.19%

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

R = 16.67%
G = 19.19%
B = 64.14%

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

#424CFE (or 0x424CFE) is known color: Neon Blue. HEX triplet: 42, 4C and FE. RGB value is (66,76,254). Sum of RGB (Red+Green+Blue) = 66+76+254=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #424CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424CFE is #BDB301. Grayscale: #5C5C5C. Windows color (decimal): -12432130 or 16665666. OLE color: 16665666.

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

Color convert

RGB 66 76 254 -
CMYK 0.74 0.70 0 0.00
HSL 236.81º 0.99% 0.63% -
HSV(B) 236.81º 0.74% 1% -
XYZ 22.72 13.48 95.17 -
YUV 93.3 218.69 108.53 -
System Red Green Blue C M Y K H S L
Decimal 66 76 254 0.74 0.70 0 0.00 236.81 0.99 0.63
Hex 42 4C FE 4A 46 0 0 ED 63 3F
Octal 102 114 376 112 106 0 0 355 143 77
Binary 1000010 1001100 11111110 1001010 1000110 0 0 11101101 1100011 111111

Color Harmonies of #424CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CFE

Black with #424CFE

Text Example


Text Example

White with #424CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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