#5269FB

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

Shades of Neon Blue #5269FB

Tints of Neon Blue #5269FB

Color information

#5269FB (or 0x5269FB) is unknown color: approx Neon Blue. HEX triplet: 52, 69 and FB. RGB value is (82,105,251). Sum of RGB (Red+Green+Blue) = 82+105+251=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #5269FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5269FB is #AD9604. Grayscale: #727272. Windows color (decimal): -11376133 or 16476498. OLE color: 16476498.

HSL color Cylindrical-coordinate representation of color #5269FB: hue angle of 231.83º degrees, saturation: 0.95, 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 #5269FB is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82105251-
CMYK0.670.5800.02
HSL231.83º95.48%65.29%-
HSV(B)231.83º67.33%98.43%-
XYZ25.9418.8693.54-
YUV114.77204.88104.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.72%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 251 (98.44% from 255) = 57.31%
R=18.72%
G=23.97%
B=57.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821052510.670.5800.02231.8395.4865.29
Hex5269FB433A02e85f41
Octal1221513731037202350137101
Binary101001011010011111101110000111110100101110100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5269FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5269FB; }

 p { color: rgb(82,105,251); }

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

<style>
 a { background-color: #5269FB; }

 a { background-color: rgb(82,105,251); }

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

<style>
 span { border-color: #5269FB; }

 span { border-color: rgb(82,105,251); }

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