Html Css Color HEX #424CF6 Neon Blue

📋 copy color: '#424CF6'

red 66 ◦ green 76 ◦ blue 246

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

Shades of Neon Blue #424CF6

Tints of Neon Blue #424CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 63.4%

R = 17.01%
G = 19.59%
B = 63.4%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#424CF6 (or 0x424CF6) is known color: Neon Blue. HEX triplet: 42, 4C and F6. RGB value is (66,76,246). Sum of RGB (Red+Green+Blue) = 66+76+246=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #424CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424CF6 is #BDB309. Grayscale: #5B5B5B. Windows color (decimal): -12432138 or 16141378. OLE color: 16141378.

HSL color Cylindrical-coordinate representation of color #424CF6: hue angle of 236.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424CF6 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 76 246 -
CMYK 0.73 0.69 0 0.04
HSL 236.67º 0.91% 0.61% -
HSV(B) 236.67º 0.73% 0.96% -
XYZ 21.47 12.98 88.56 -
YUV 92.39 214.69 109.18 -
System Red Green Blue C M Y K H S L
Decimal 66 76 246 0.73 0.69 0 0.04 236.67 0.91 0.61
Hex 42 4C F6 49 45 0 4 ED 5B 3D
Octal 102 114 366 111 105 0 4 355 133 75
Binary 1000010 1001100 11110110 1001001 1000101 0 100 11101101 1011011 111101

Color Harmonies of #424CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CF6

Black with #424CF6

Text Example


Text Example

White with #424CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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