#5236F5

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

Shades of Neon Blue #5236F5

Tints of Neon Blue #5236F5

Color information

#5236F5 (or 0x5236F5) is unknown color: approx Neon Blue. HEX triplet: 52, 36 and F5. RGB value is (82,54,245). Sum of RGB (Red+Green+Blue) = 82+54+245=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 245 (96.09% from 255 or 64.30% from 381); Max value from RGB is 245 - color contains mainly: blue. Hex color #5236F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5236F5 is #ADC90A. Grayscale: #535353. Windows color (decimal): -11389195 or 16070226. OLE color: 16070226.

HSL color Cylindrical-coordinate representation of color #5236F5: hue angle of 248.8º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5236F5 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8254245-
CMYK0.670.7800.04
HSL248.8º90.52%58.63%-
HSV(B)248.8º77.96%96.08%-
XYZ21.2811.0287.39-
YUV84.15218.78126.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 54 (21.48% from 255) = 14.17%
BLUE value IS 245 (96.09% from 255) = 64.30%
R=21.52%
G=14.17%
B=64.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal82542450.670.7800.04248.890.5258.63
Hex5236F5434E04f95b3b
Octal122663651031160437113373
Binary101001011011011110101100001110011100100111110011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5236F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5236F5; }

 p { color: rgb(82,54,245); }

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

<style>
 a { background-color: #5236F5; }

 a { background-color: rgb(82,54,245); }

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

<style>
 span { border-color: #5236F5; }

 span { border-color: rgb(82,54,245); }

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