Html Css Color HEX #525CEF Neon Blue

📋 copy color: '#525CEF'

red 82 ◦ green 92 ◦ blue 239

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

Shades of Neon Blue #525CEF

Tints of Neon Blue #525CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.87%

R = 19.85%
G = 22.28%
B = 57.87%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#525CEF (or 0x525CEF) is known color: Neon Blue. HEX triplet: 52, 5C and EF. RGB value is (82,92,239). Sum of RGB (Red+Green+Blue) = 82+92+239=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #525CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525CEF is #ADA310. Grayscale: #696969. Windows color (decimal): -11379473 or 15686738. OLE color: 15686738.

HSL color Cylindrical-coordinate representation of color #525CEF: hue angle of 236.18º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #525CEF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 92 239 -
CMYK 0.66 0.62 0 0.06
HSL 236.18º 0.83% 0.63% -
HSV(B) 236.18º 0.66% 0.94% -
XYZ 22.89 15.68 83.48 -
YUV 105.77 203.19 111.05 -
System Red Green Blue C M Y K H S L
Decimal 82 92 239 0.66 0.62 0 0.06 236.18 0.83 0.63
Hex 52 5C EF 42 3E 0 6 EC 53 3F
Octal 122 134 357 102 76 0 6 354 123 77
Binary 1010010 1011100 11101111 1000010 111110 0 110 11101100 1010011 111111

Color Harmonies of #525CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CEF

Black with #525CEF

Text Example


Text Example

White with #525CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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