#4842FD

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

Shades of Neon Blue #4842FD

Tints of Neon Blue #4842FD

Color information

#4842FD (or 0x4842FD) is unknown color: approx Neon Blue. HEX triplet: 48, 42 and FD. RGB value is (72,66,253). Sum of RGB (Red+Green+Blue) = 72+66+253=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #4842FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4842FD is #B7BD02. Grayscale: #585858. Windows color (decimal): -12041475 or 16597576. OLE color: 16597576.

HSL color Cylindrical-coordinate representation of color #4842FD: hue angle of 241.93º 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 #4842FD is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7266253-
CMYK0.720.7400.01
HSL241.93º97.91%62.55%-
HSV(B)241.93º73.91%99.22%-
XYZ22.3512.3794.14-
YUV89.11220.49115.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.41%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 253 (99.22% from 255) = 64.71%
R=18.41%
G=16.88%
B=64.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72662530.720.7400.01241.9397.9162.55
Hex4842FD484A01f2623f
Octal1101023751101120136214277
Binary10010001000010111111011001000100101001111100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4842FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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