#5250FC

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

Shades of Neon Blue #5250FC

Tints of Neon Blue #5250FC

Color information

#5250FC (or 0x5250FC) is unknown color: approx Neon Blue. HEX triplet: 52, 50 and FC. RGB value is (82,80,252). Sum of RGB (Red+Green+Blue) = 82+80+252=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #5250FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5250FC is #ADAF03. Grayscale: #636363. Windows color (decimal): -11382532 or 16535634. OLE color: 16535634.

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

Color convert

RGB8280252-
CMYK0.670.6800.01
HSL240.7º96.63%65.1%-
HSV(B)240.7º68.25%98.82%-
XYZ23.9214.5693.65-
YUV100.21213.66115.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 252 (98.83% from 255) = 60.87%
R=19.81%
G=19.32%
B=60.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal82802520.670.6800.01240.796.6365.1
Hex5250FC434401f16141
Octal12212037410310401361141101
Binary101001010100001111110010000111000100011111000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5250FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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