#5261FA

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

Shades of Neon Blue #5261FA

Tints of Neon Blue #5261FA

Color information

#5261FA (or 0x5261FA) is unknown color: approx Neon Blue. HEX triplet: 52, 61 and FA. RGB value is (82,97,250). Sum of RGB (Red+Green+Blue) = 82+97+250=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #5261FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5261FA is #AD9E05. Grayscale: #6D6D6D. Windows color (decimal): -11378182 or 16408914. OLE color: 16408914.

HSL color Cylindrical-coordinate representation of color #5261FA: hue angle of 234.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5261FA is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8297250-
CMYK0.670.6100.02
HSL234.64º94.38%65.1%-
HSV(B)234.64º67.2%98.04%-
XYZ25.0117.2592.45-
YUV109.96207.03108.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 250 (98.05% from 255) = 58.28%
R=19.11%
G=22.61%
B=58.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82972500.670.6100.02234.6494.3865.1
Hex5261FA433D02eb5e41
Octal1221413721037502353136101
Binary101001011000011111101010000111111010101110101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5261FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5261FA; }

 p { color: rgb(82,97,250); }

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

<style>
 a { background-color: #5261FA; }

 a { background-color: rgb(82,97,250); }

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

<style>
 span { border-color: #5261FA; }

 span { border-color: rgb(82,97,250); }

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