Html Css Color HEX #525BED Neon Blue

📋 copy color: '#525BED'

red 82 ◦ green 91 ◦ blue 237

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

Shades of Neon Blue #525BED

Tints of Neon Blue #525BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.2%

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 20%
G = 22.2%
B = 57.8%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#525BED (or 0x525BED) is known color: Neon Blue. HEX triplet: 52, 5B and ED. RGB value is (82,91,237). Sum of RGB (Red+Green+Blue) = 82+91+237=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #525BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525BED is #ADA412. Grayscale: #686868. Windows color (decimal): -11379731 or 15555410. OLE color: 15555410.

HSL color Cylindrical-coordinate representation of color #525BED: hue angle of 236.52º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525BED is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 91 237 -
CMYK 0.65 0.62 0 0.07
HSL 236.52º 0.81% 0.63% -
HSV(B) 236.52º 0.65% 0.93% -
XYZ 22.51 15.39 81.91 -
YUV 104.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 82 91 237 0.65 0.62 0 0.07 236.52 0.81 0.63
Hex 52 5B ED 41 3E 0 7 ED 51 3F
Octal 122 133 355 101 76 0 7 355 121 77
Binary 1010010 1011011 11101101 1000001 111110 0 111 11101101 1010001 111111

Color Harmonies of #525BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525BED

Black with #525BED

Text Example


Text Example

White with #525BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525BED; }

 p { color: rgb(82,91,237); }

 H1.HeaderClassName
 {
   color: #525BED;
 }
 .AnyTagClassName
 {
   color: #525BED;
 }
</style>

background-color css

<style>
 a { background-color: #525BED; }

 a { background-color: rgb(82,91,237); }

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

border-color css

<style>
 span { border-color: #525BED; }

 span { border-color: rgb(82,91,237); }

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