Html Css Color HEX #424FFC Neon Blue

📋 copy color: '#424FFC'

red 66 ◦ green 79 ◦ blue 252

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

Shades of Neon Blue #424FFC

Tints of Neon Blue #424FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 16.62%
G = 19.9%
B = 63.48%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#424FFC (or 0x424FFC) is known color: Neon Blue. HEX triplet: 42, 4F and FC. RGB value is (66,79,252). Sum of RGB (Red+Green+Blue) = 66+79+252=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #424FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FFC is #BDB003. Grayscale: #5E5E5E. Windows color (decimal): -12431364 or 16535362. OLE color: 16535362.

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

Color convert

RGB 66 79 252 -
CMYK 0.74 0.69 0 0.01
HSL 235.81º 0.97% 0.62% -
HSV(B) 235.81º 0.74% 0.99% -
XYZ 22.61 13.78 93.56 -
YUV 94.84 216.69 107.43 -
System Red Green Blue C M Y K H S L
Decimal 66 79 252 0.74 0.69 0 0.01 235.81 0.97 0.62
Hex 42 4F FC 4A 45 0 1 EC 61 3E
Octal 102 117 374 112 105 0 1 354 141 76
Binary 1000010 1001111 11111100 1001010 1000101 0 1 11101100 1100001 111110

Color Harmonies of #424FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FFC

Black with #424FFC

Text Example


Text Example

White with #424FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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