#4942FD

Color #4942FD Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4942FD

Tints of Neon Blue #4942FD

Color information

#4942FD (or 0x4942FD) is unknown color: approx Neon Blue. HEX triplet: 49, 42 and FD. RGB value is (73,66,253). Sum of RGB (Red+Green+Blue) = 73+66+253=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #4942FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4942FD is #B6BD02. Grayscale: #585858. Windows color (decimal): -11975939 or 16597577. OLE color: 16597577.

HSL color Cylindrical-coordinate representation of color #4942FD: hue angle of 242.25º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4942FD is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7366253-
CMYK0.710.7400.01
HSL242.25º97.91%62.55%-
HSV(B)242.25º73.91%99.22%-
XYZ22.4312.494.14-
YUV89.41220.32116.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 253 (99.22% from 255) = 64.54%
R=18.62%
G=16.84%
B=64.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal73662530.710.7400.01242.2597.9162.55
Hex4942FD474A01f2623f
Octal1111023751071120136214277
Binary10010011000010111111011000111100101001111100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4942FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4942FD; }

 p { color: rgb(73,66,253); }

 H1.HeaderClassName
 {
   color: #4942FD;
 }
 .AnyTagClassName
 {
   color: #4942FD;
 }
</style>
background-color css

<style>
 a { background-color: #4942FD; }

 a { background-color: rgb(73,66,253); }

 div.DivClassName
 {
   background-color: #4942FD;
 }
 .BgClassName
 {
   background-color: #4942FD;
 }
</style>
border-color css

<style>
 span { border-color: #4942FD; }

 span { border-color: rgb(73,66,253); }

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