#4F36E0

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

Shades of Neon Blue #4F36E0

Tints of Neon Blue #4F36E0

Color information

#4F36E0 (or 0x4F36E0) is unknown color: approx Neon Blue. HEX triplet: 4F, 36 and E0. RGB value is (79,54,224). Sum of RGB (Red+Green+Blue) = 79+54+224=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F36E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F36E0 is #B0C91F. Grayscale: #505050. Windows color (decimal): -11585824 or 14693967. OLE color: 14693967.

HSL color Cylindrical-coordinate representation of color #4F36E0: hue angle of 248.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F36E0 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7954224-
CMYK0.650.7600.12
HSL248.82º73.28%54.51%-
HSV(B)248.82º75.89%87.84%-
XYZ189.6871.44-
YUV80.85208.78126.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 54 (21.48% from 255) = 15.13%
BLUE value IS 224 (87.89% from 255) = 62.75%
R=22.13%
G=15.13%
B=62.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal79542240.650.7600.12248.8273.2854.51
Hex4F36E0414C0Cf94937
Octal1176634010111401437111167
Binary1001111110110111000001000001100110001100111110011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F36E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F36E0; }

 p { color: rgb(79,54,224); }

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

<style>
 a { background-color: #4F36E0; }

 a { background-color: rgb(79,54,224); }

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

<style>
 span { border-color: #4F36E0; }

 span { border-color: rgb(79,54,224); }

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