#4F37FB

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

Shades of Neon Blue #4F37FB

Tints of Neon Blue #4F37FB

Color information

#4F37FB (or 0x4F37FB) is unknown color: approx Neon Blue. HEX triplet: 4F, 37 and FB. RGB value is (79,55,251). Sum of RGB (Red+Green+Blue) = 79+55+251=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F37FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F37FB is #B0C804. Grayscale: #535353. Windows color (decimal): -11585541 or 16463695. OLE color: 16463695.

HSL color Cylindrical-coordinate representation of color #4F37FB: hue angle of 247.35º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F37FB is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7955251-
CMYK0.690.7800.02
HSL247.35º96.08%60%-
HSV(B)247.35º78.09%98.43%-
XYZ2211.3692.3-
YUV84.52221.95124.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.52%
GREEN value IS 55 (21.88% from 255) = 14.29%
BLUE value IS 251 (98.44% from 255) = 65.19%
R=20.52%
G=14.29%
B=65.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal79552510.690.7800.02247.3596.0860
Hex4F37FB454E02f7603c
Octal117673731051160236714074
Binary10011111101111111101110001011001110010111101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F37FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,55,251); }

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

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

 a { background-color: rgb(79,55,251); }

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

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

 span { border-color: rgb(79,55,251); }

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