#4B58F8

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

Shades of Neon Blue #4B58F8

Tints of Neon Blue #4B58F8

Color information

#4B58F8 (or 0x4B58F8) is unknown color: approx Neon Blue. HEX triplet: 4B, 58 and F8. RGB value is (75,88,248). Sum of RGB (Red+Green+Blue) = 75+88+248=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #4B58F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B58F8 is #B4A707. Grayscale: #656565. Windows color (decimal): -11839240 or 16275531. OLE color: 16275531.

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

Color convert

RGB7588248-
CMYK0.700.6500.03
HSL235.49º92.51%63.33%-
HSV(B)235.49º69.76%97.25%-
XYZ23.3315.2590.52-
YUV102.35210.19108.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.25%
GREEN value IS 88 (34.77% from 255) = 21.41%
BLUE value IS 248 (97.27% from 255) = 60.34%
R=18.25%
G=21.41%
B=60.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal75882480.700.6500.03235.4992.5163.33
Hex4B58F8464103eb5d3f
Octal1131303701061010335313577
Binary100101110110001111100010001101000001011111010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B58F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,88,248); }

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

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

 a { background-color: rgb(75,88,248); }

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

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

 span { border-color: rgb(75,88,248); }

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