#4B59FC

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

Shades of Neon Blue #4B59FC

Tints of Neon Blue #4B59FC

Color information

#4B59FC (or 0x4B59FC) is unknown color: approx Neon Blue. HEX triplet: 4B, 59 and FC. RGB value is (75,89,252). Sum of RGB (Red+Green+Blue) = 75+89+252=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B59FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B59FC is #B4A603. Grayscale: #666666. Windows color (decimal): -11838980 or 16537931. OLE color: 16537931.

HSL color Cylindrical-coordinate representation of color #4B59FC: hue angle of 235.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B59FC is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7589252-
CMYK0.700.6500.01
HSL235.25º96.72%64.12%-
HSV(B)235.25º70.24%98.82%-
XYZ24.0415.6793.85-
YUV103.4211.86107.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.03%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 252 (98.83% from 255) = 60.58%
R=18.03%
G=21.39%
B=60.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal75892520.700.6500.01235.2596.7264.12
Hex4B59FC464101eb6140
Octal11313137410610101353141100
Binary100101110110011111110010001101000001011110101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B59FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,89,252); }

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

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

 a { background-color: rgb(75,89,252); }

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

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

 span { border-color: rgb(75,89,252); }

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