#4842FE

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

Shades of Neon Blue #4842FE

Tints of Neon Blue #4842FE

Color information

#4842FE (or 0x4842FE) is unknown color: approx Neon Blue. HEX triplet: 48, 42 and FE. RGB value is (72,66,254). Sum of RGB (Red+Green+Blue) = 72+66+254=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #4842FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4842FE is #B7BD01. Grayscale: #585858. Windows color (decimal): -12041474 or 16663112. OLE color: 16663112.

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

Color convert

RGB7266254-
CMYK0.720.7400.00
HSL241.91º98.95%62.75%-
HSV(B)241.91º74.02%99.61%-
XYZ22.5112.4394.98-
YUV89.23220.99115.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.37%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 254 (99.61% from 255) = 64.80%
R=18.37%
G=16.84%
B=64.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal72662540.720.7400.00241.9198.9562.75
Hex4842FE484A00f2633f
Octal1101023761101120036214377
Binary10010001000010111111101001000100101000111100101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4842FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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