#4B5AFD

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

Shades of Neon Blue #4B5AFD

Tints of Neon Blue #4B5AFD

Color information

#4B5AFD (or 0x4B5AFD) is unknown color: approx Neon Blue. HEX triplet: 4B, 5A and FD. RGB value is (75,90,253). Sum of RGB (Red+Green+Blue) = 75+90+253=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B5AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5AFD is #B4A502. Grayscale: #676767. Windows color (decimal): -11838723 or 16603723. OLE color: 16603723.

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

Color convert

RGB7590253-
CMYK0.700.6400.01
HSL234.94º97.8%64.31%-
HSV(B)234.94º70.36%99.22%-
XYZ24.2915.994.72-
YUV104.1212.03107.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 253 (99.22% from 255) = 60.53%
R=17.94%
G=21.53%
B=60.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal75902530.700.6400.01234.9497.864.31
Hex4B5AFD464001eb6240
Octal11313237510610001353142100
Binary100101110110101111110110001101000000011110101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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