Html Css Color HEX #525EED Neon Blue

📋 copy color: '#525EED'

red 82 ◦ green 94 ◦ blue 237

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

Shades of Neon Blue #525EED

Tints of Neon Blue #525EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.76%

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

R = 19.85%
G = 22.76%
B = 57.38%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#525EED (or 0x525EED) is known color: Neon Blue. HEX triplet: 52, 5E and ED. RGB value is (82,94,237). Sum of RGB (Red+Green+Blue) = 82+94+237=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #525EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525EED is #ADA112. Grayscale: #6A6A6A. Windows color (decimal): -11378963 or 15556178. OLE color: 15556178.

HSL color Cylindrical-coordinate representation of color #525EED: hue angle of 235.35º 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 #525EED is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 94 237 -
CMYK 0.65 0.60 0 0.07
HSL 235.35º 0.81% 0.63% -
HSV(B) 235.35º 0.65% 0.93% -
XYZ 22.77 15.91 81.99 -
YUV 106.71 201.52 110.37 -
System Red Green Blue C M Y K H S L
Decimal 82 94 237 0.65 0.60 0 0.07 235.35 0.81 0.63
Hex 52 5E ED 41 3C 0 7 EB 51 3F
Octal 122 136 355 101 74 0 7 353 121 77
Binary 1010010 1011110 11101101 1000001 111100 0 111 11101011 1010001 111111

Color Harmonies of #525EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525EED

Black with #525EED

Text Example


Text Example

White with #525EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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