#4b54ff

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

Shades of Neon Blue #4B54FF

Tints of Neon Blue #4B54FF

Color information

#4B54FF (or 0x4B54FF) is unknown color: approx Neon Blue. HEX triplet: 4B, 54 and FF. RGB value is (75,84,255). Sum of RGB (Red+Green+Blue) = 75+84+255=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B54FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B54FF is #B4AB00. Grayscale: #646464. Windows color (decimal): -11840257 or 16733259. OLE color: 16733259.

HSL color Cylindrical-coordinate representation of color #4B54FF: hue angle of 237º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B54FF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7584255-
CMYK0.710.6700
HSL237º100%64.71%-
HSV(B)237º70.59%100%-
XYZ24.1215.0696.24-
YUV100.8215.02109.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.12%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 255 (100% from 255) = 61.59%
R=18.12%
G=20.29%
B=61.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal75842550.710.670023710064.71
Hex4B54FF474300ed6441
Octal11312437710710300355144101
Binary100101110101001111111110001111000011001110110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b54ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,255); }

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

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

 a { background-color: rgb(75,84,255); }

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

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

 span { border-color: rgb(75,84,255); }

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