#5240FC

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

Shades of Neon Blue #5240FC

Tints of Neon Blue #5240FC

Color information

#5240FC (or 0x5240FC) is unknown color: approx Neon Blue. HEX triplet: 52, 40 and FC. RGB value is (82,64,252). Sum of RGB (Red+Green+Blue) = 82+64+252=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #5240FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5240FC is #ADBF03. Grayscale: #5A5A5A. Windows color (decimal): -11386628 or 16531538. OLE color: 16531538.

HSL color Cylindrical-coordinate representation of color #5240FC: hue angle of 245.74º degrees, saturation: 0.97, 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 #5240FC is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8264252-
CMYK0.670.7500.01
HSL245.74º96.91%61.96%-
HSV(B)245.74º74.6%98.82%-
XYZ22.8812.4993.3-
YUV90.81218.96121.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 64 (25.39% from 255) = 16.08%
BLUE value IS 252 (98.83% from 255) = 63.32%
R=20.60%
G=16.08%
B=63.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal82642520.670.7500.01245.7496.9161.96
Hex5240FC434B01f6613e
Octal1221003741031130136614176
Binary10100101000000111111001000011100101101111101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5240FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5240FC; }

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

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

<style>
 a { background-color: #5240FC; }

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

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

<style>
 span { border-color: #5240FC; }

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

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