#4054FF

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

Shades of Neon Blue #4054FF

Tints of Neon Blue #4054FF

Color information

#4054FF (or 0x4054FF) is unknown color: approx Neon Blue. HEX triplet: 40, 54 and FF. RGB value is (64,84,255). Sum of RGB (Red+Green+Blue) = 64+84+255=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #4054FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4054FF is #BFAB00. Grayscale: #606060. Windows color (decimal): -12561153 or 16733248. OLE color: 16733248.

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

Color convert

RGB6484255-
CMYK0.750.6700
HSL233.72º100%62.55%-
HSV(B)233.72º74.9%100%-
XYZ23.3314.6596.21-
YUV97.51216.87104.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.88%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 255 (100% from 255) = 63.28%
R=15.88%
G=20.84%
B=63.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64842550.750.6700233.7210062.55
Hex4054FF4B4300ea643f
Octal1001243771131030035214477
Binary10000001010100111111111001011100001100111010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4054FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4054FF; }

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

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

<style>
 a { background-color: #4054FF; }

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

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

<style>
 span { border-color: #4054FF; }

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

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