#5256FC

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

Shades of Neon Blue #5256FC

Tints of Neon Blue #5256FC

Color information

#5256FC (or 0x5256FC) is unknown color: approx Neon Blue. HEX triplet: 52, 56 and FC. RGB value is (82,86,252). Sum of RGB (Red+Green+Blue) = 82+86+252=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #5256FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5256FC is #ADA903. Grayscale: #676767. Windows color (decimal): -11380996 or 16537170. OLE color: 16537170.

HSL color Cylindrical-coordinate representation of color #5256FC: hue angle of 238.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5256FC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8286252-
CMYK0.670.6600.01
HSL238.59º96.59%65.49%-
HSV(B)238.59º67.46%98.82%-
XYZ24.3815.4893.8-
YUV103.73211.67112.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.52%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 252 (98.83% from 255) = 60%
R=19.52%
G=20.48%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal82862520.670.6600.01238.5996.5965.49
Hex5256FC434201ef6141
Octal12212637410310201357141101
Binary101001010101101111110010000111000010011110111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5256FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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