#4B5FFD

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

Shades of Neon Blue #4B5FFD

Tints of Neon Blue #4B5FFD

Color information

#4B5FFD (or 0x4B5FFD) is unknown color: approx Neon Blue. HEX triplet: 4B, 5F and FD. RGB value is (75,95,253). Sum of RGB (Red+Green+Blue) = 75+95+253=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B5FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5FFD is #B4A002. Grayscale: #6A6A6A. Windows color (decimal): -11837443 or 16605003. OLE color: 16605003.

HSL color Cylindrical-coordinate representation of color #4B5FFD: hue angle of 233.26º degrees, saturation: 0.98, 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 #4B5FFD is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7595253-
CMYK0.700.6200.01
HSL233.26º97.8%64.31%-
HSV(B)233.26º70.36%99.22%-
XYZ24.7216.7794.86-
YUV107.03210.37105.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 253 (99.22% from 255) = 59.81%
R=17.73%
G=22.46%
B=59.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal75952530.700.6200.01233.2697.864.31
Hex4B5FFD463E01e96240
Octal1131373751067601351142100
Binary10010111011111111111011000110111110011110100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,95,253); }

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

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

 a { background-color: rgb(75,95,253); }

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

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

 span { border-color: rgb(75,95,253); }

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