#4958FB

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

Shades of Neon Blue #4958FB

Tints of Neon Blue #4958FB

Color information

#4958FB (or 0x4958FB) is unknown color: approx Neon Blue. HEX triplet: 49, 58 and FB. RGB value is (73,88,251). Sum of RGB (Red+Green+Blue) = 73+88+251=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #4958FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4958FB is #B6A704. Grayscale: #656565. Windows color (decimal): -11970309 or 16472137. OLE color: 16472137.

HSL color Cylindrical-coordinate representation of color #4958FB: hue angle of 234.94º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4958FB is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7388251-
CMYK0.710.6500.02
HSL234.94º95.7%63.53%-
HSV(B)234.94º70.92%98.43%-
XYZ23.6515.3692.99-
YUV102.1212.03107.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.72%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 251 (98.44% from 255) = 60.92%
R=17.72%
G=21.36%
B=60.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal73882510.710.6500.02234.9495.763.53
Hex4958FB474102eb6040
Octal11113037310710102353140100
Binary1001001101100011111011100011110000010101110101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4958FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4958FB; }

 p { color: rgb(73,88,251); }

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

<style>
 a { background-color: #4958FB; }

 a { background-color: rgb(73,88,251); }

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

<style>
 span { border-color: #4958FB; }

 span { border-color: rgb(73,88,251); }

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