#5267FE

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

Shades of Neon Blue #5267FE

Tints of Neon Blue #5267FE

Color information

#5267FE (or 0x5267FE) is unknown color: approx Neon Blue. HEX triplet: 52, 67 and FE. RGB value is (82,103,254). Sum of RGB (Red+Green+Blue) = 82+103+254=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #5267FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5267FE is #AD9801. Grayscale: #717171. Windows color (decimal): -11376642 or 16672594. OLE color: 16672594.

HSL color Cylindrical-coordinate representation of color #5267FE: hue angle of 232.67º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5267FE is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB82103254-
CMYK0.680.5900.00
HSL232.67º98.85%65.88%-
HSV(B)232.67º67.72%99.61%-
XYZ26.2218.6595.98-
YUV113.94207.04105.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 254 (99.61% from 255) = 57.86%
R=18.68%
G=23.46%
B=57.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal821032540.680.5900.00232.6798.8565.88
Hex5267FE443B00e96342
Octal1221473761047300351143102
Binary10100101100111111111101000100111011001110100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5267FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5267FE; }

 p { color: rgb(82,103,254); }

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

<style>
 a { background-color: #5267FE; }

 a { background-color: rgb(82,103,254); }

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

<style>
 span { border-color: #5267FE; }

 span { border-color: rgb(82,103,254); }

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