Html Css Color HEX #5259EB Neon Blue

📋 copy color: '#5259EB'

red 82 ◦ green 89 ◦ blue 235

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

Shades of Neon Blue #5259EB

Tints of Neon Blue #5259EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

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

R = 20.2%
G = 21.92%
B = 57.88%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5259EB (or 0x5259EB) is known color: Neon Blue. HEX triplet: 52, 59 and EB. RGB value is (82,89,235). Sum of RGB (Red+Green+Blue) = 82+89+235=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #5259EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5259EB is #ADA614. Grayscale: #666666. Windows color (decimal): -11380245 or 15423826. OLE color: 15423826.

HSL color Cylindrical-coordinate representation of color #5259EB: hue angle of 237.25º 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 #5259EB is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 89 235 -
CMYK 0.65 0.62 0 0.08
HSL 237.25º 0.79% 0.62% -
HSV(B) 237.25º 0.65% 0.92% -
XYZ 22.05 14.94 80.32 -
YUV 103.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 82 89 235 0.65 0.62 0 0.08 237.25 0.79 0.62
Hex 52 59 EB 41 3E 0 8 ED 4F 3E
Octal 122 131 353 101 76 0 10 355 117 76
Binary 1010010 1011001 11101011 1000001 111110 0 1000 11101101 1001111 111110

Color Harmonies of #5259EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259EB

Black with #5259EB

Text Example


Text Example

White with #5259EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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