Html Css Color HEX #525CED Neon Blue

📋 copy color: '#525CED'

red 82 ◦ green 92 ◦ blue 237

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

Shades of Neon Blue #525CED

Tints of Neon Blue #525CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

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

R = 19.95%
G = 22.38%
B = 57.66%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#525CED (or 0x525CED) is known color: Neon Blue. HEX triplet: 52, 5C and ED. RGB value is (82,92,237). Sum of RGB (Red+Green+Blue) = 82+92+237=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #525CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525CED is #ADA312. Grayscale: #686868. Windows color (decimal): -11379475 or 15555666. OLE color: 15555666.

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

Color convert

RGB 82 92 237 -
CMYK 0.65 0.61 0 0.07
HSL 236.13º 0.81% 0.63% -
HSV(B) 236.13º 0.65% 0.93% -
XYZ 22.59 15.56 81.93 -
YUV 105.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 82 92 237 0.65 0.61 0 0.07 236.13 0.81 0.63
Hex 52 5C ED 41 3D 0 7 EC 51 3F
Octal 122 134 355 101 75 0 7 354 121 77
Binary 1010010 1011100 11101101 1000001 111101 0 111 11101100 1010001 111111

Color Harmonies of #525CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CED

Black with #525CED

Text Example


Text Example

White with #525CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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