Html Css Color HEX #523FEB Neon Blue

📋 copy color: '#523FEB'

red 82 ◦ green 63 ◦ blue 235

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

Shades of Neon Blue #523FEB

Tints of Neon Blue #523FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 16.58%

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

R = 21.58%
G = 16.58%
B = 61.84%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#523FEB (or 0x523FEB) is known color: Neon Blue. HEX triplet: 52, 3F and EB. RGB value is (82,63,235). Sum of RGB (Red+Green+Blue) = 82+63+235=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #523FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523FEB is #ADC014. Grayscale: #575757. Windows color (decimal): -11386901 or 15417170. OLE color: 15417170.

HSL color Cylindrical-coordinate representation of color #523FEB: hue angle of 246.63º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523FEB is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 63 235 -
CMYK 0.65 0.73 0 0.08
HSL 246.63º 0.81% 0.58% -
HSV(B) 246.63º 0.73% 0.92% -
XYZ 20.25 11.35 79.72 -
YUV 88.29 210.79 123.51 -
System Red Green Blue C M Y K H S L
Decimal 82 63 235 0.65 0.73 0 0.08 246.63 0.81 0.58
Hex 52 3F EB 41 49 0 8 F7 51 3A
Octal 122 77 353 101 111 0 10 367 121 72
Binary 1010010 111111 11101011 1000001 1001001 0 1000 11110111 1010001 111010

Color Harmonies of #523FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523FEB

Black with #523FEB

Text Example


Text Example

White with #523FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523FEB; }

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

 H1.HeaderClassName
 {
   color: #523FEB;
 }
 .AnyTagClassName
 {
   color: #523FEB;
 }
</style>

background-color css

<style>
 a { background-color: #523FEB; }

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

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

border-color css

<style>
 span { border-color: #523FEB; }

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

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