#5262F9

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

Shades of Neon Blue #5262F9

Tints of Neon Blue #5262F9

Color information

#5262F9 (or 0x5262F9) is unknown color: approx Neon Blue. HEX triplet: 52, 62 and F9. RGB value is (82,98,249). Sum of RGB (Red+Green+Blue) = 82+98+249=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #5262F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5262F9 is #AD9D06. Grayscale: #6D6D6D. Windows color (decimal): -11377927 or 16343634. OLE color: 16343634.

HSL color Cylindrical-coordinate representation of color #5262F9: hue angle of 234.25º degrees, saturation: 0.93, 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 #5262F9 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8298249-
CMYK0.670.6100.02
HSL234.25º93.3%64.9%-
HSV(B)234.25º67.07%97.65%-
XYZ24.9517.3791.66-
YUV110.43206.2107.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 249 (97.66% from 255) = 58.04%
R=19.11%
G=22.84%
B=58.04%

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
Decimal82982490.670.6100.02234.2593.364.9
Hex5262F9433D02ea5d41
Octal1221423711037502352135101
Binary101001011000101111100110000111111010101110101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5262F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5262F9; }

 p { color: rgb(82,98,249); }

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

<style>
 a { background-color: #5262F9; }

 a { background-color: rgb(82,98,249); }

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

<style>
 span { border-color: #5262F9; }

 span { border-color: rgb(82,98,249); }

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