Html Css Color HEX #5256EB Neon Blue

📋 copy color: '#5256EB'

red 82 ◦ green 86 ◦ blue 235

#5256EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5256EB

Tints of Neon Blue #5256EB

RGB

 RED value IS 82 (32.42% from 255) = 20.35%

 GREEN value IS 86 (33.98% from 255) = 21.34%

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 20.35%
G = 21.34%
B = 58.31%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5256EB (or 0x5256EB) is known color: Neon Blue. HEX triplet: 52, 56 and EB. RGB value is (82,86,235). Sum of RGB (Red+Green+Blue) = 82+86+235=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #5256EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5256EB is #ADA914. Grayscale: #656565. Windows color (decimal): -11381013 or 15423058. OLE color: 15423058.

HSL color Cylindrical-coordinate representation of color #5256EB: hue angle of 238.43º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5256EB is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 86 235 -
CMYK 0.65 0.63 0 0.08
HSL 238.43º 0.79% 0.62% -
HSV(B) 238.43º 0.65% 0.92% -
XYZ 21.8 14.45 80.24 -
YUV 101.79 203.17 113.88 -
System Red Green Blue C M Y K H S L
Decimal 82 86 235 0.65 0.63 0 0.08 238.43 0.79 0.62
Hex 52 56 EB 41 3F 0 8 EE 4F 3E
Octal 122 126 353 101 77 0 10 356 117 76
Binary 1010010 1010110 11101011 1000001 111111 0 1000 11101110 1001111 111110

Color Harmonies of #5256EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5256EB

Black with #5256EB

Text Example


Text Example

White with #5256EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5256EB; }

 p { color: rgb(82,86,235); }

 H1.HeaderClassName
 {
   color: #5256EB;
 }
 .AnyTagClassName
 {
   color: #5256EB;
 }
</style>

background-color css

<style>
 a { background-color: #5256EB; }

 a { background-color: rgb(82,86,235); }

 div.DivClassName
 {
   background-color: #5256EB;
 }
 .BgClassName
 {
   background-color: #5256EB;
 }
</style>

border-color css

<style>
 span { border-color: #5256EB; }

 span { border-color: rgb(82,86,235); }

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