#4052FD

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

Shades of Neon Blue #4052FD

Tints of Neon Blue #4052FD

Color information

#4052FD (or 0x4052FD) is unknown color: approx Neon Blue. HEX triplet: 40, 52 and FD. RGB value is (64,82,253). Sum of RGB (Red+Green+Blue) = 64+82+253=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #4052FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4052FD is #BFAD02. Grayscale: #5F5F5F. Windows color (decimal): -12561667 or 16601664. OLE color: 16601664.

HSL color Cylindrical-coordinate representation of color #4052FD: hue angle of 234.29º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4052FD is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6482253-
CMYK0.750.6800.01
HSL234.29º97.93%62.16%-
HSV(B)234.29º74.7%99.22%-
XYZ22.8614.2294.47-
YUV96.11216.54105.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.04%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 253 (99.22% from 255) = 63.41%
R=16.04%
G=20.55%
B=63.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal64822530.750.6800.01234.2997.9362.16
Hex4052FD4B4401ea623e
Octal1001223751131040135214276
Binary10000001010010111111011001011100010001111010101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4052FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4052FD; }

 p { color: rgb(64,82,253); }

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

<style>
 a { background-color: #4052FD; }

 a { background-color: rgb(64,82,253); }

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

<style>
 span { border-color: #4052FD; }

 span { border-color: rgb(64,82,253); }

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