Html Css Color HEX #525CEB Neon Blue

📋 copy color: '#525CEB'

red 82 ◦ green 92 ◦ blue 235

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

Shades of Neon Blue #525CEB

Tints of Neon Blue #525CEB

RGB

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

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

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

R = 20.05%
G = 22.49%
B = 57.46%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#525CEB (or 0x525CEB) is known color: Neon Blue. HEX triplet: 52, 5C and EB. RGB value is (82,92,235). Sum of RGB (Red+Green+Blue) = 82+92+235=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #525CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525CEB is #ADA314. Grayscale: #686868. Windows color (decimal): -11379477 or 15424594. OLE color: 15424594.

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

Color convert

RGB 82 92 235 -
CMYK 0.65 0.61 0 0.08
HSL 236.08º 0.79% 0.62% -
HSV(B) 236.08º 0.65% 0.92% -
XYZ 22.3 15.45 80.4 -
YUV 105.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 82 92 235 0.65 0.61 0 0.08 236.08 0.79 0.62
Hex 52 5C EB 41 3D 0 8 EC 4F 3E
Octal 122 134 353 101 75 0 10 354 117 76
Binary 1010010 1011100 11101011 1000001 111101 0 1000 11101100 1001111 111110

Color Harmonies of #525CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CEB

Black with #525CEB

Text Example


Text Example

White with #525CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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