Html Css Color HEX #523EFB Neon Blue

📋 copy color: '#523EFB'

red 82 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #523EFB

Tints of Neon Blue #523EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 20.76%
G = 15.7%
B = 63.54%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#523EFB (or 0x523EFB) is known color: Neon Blue. HEX triplet: 52, 3E and FB. RGB value is (82,62,251). Sum of RGB (Red+Green+Blue) = 82+62+251=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #523EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523EFB is #ADC104. Grayscale: #585858. Windows color (decimal): -11387141 or 16465490. OLE color: 16465490.

HSL color Cylindrical-coordinate representation of color #523EFB: hue angle of 246.35º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #523EFB is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 62 251 -
CMYK 0.67 0.75 0 0.02
HSL 246.35º 0.96% 0.61% -
HSV(B) 246.35º 0.75% 0.98% -
XYZ 22.61 12.2 92.43 -
YUV 89.53 219.13 122.63 -
System Red Green Blue C M Y K H S L
Decimal 82 62 251 0.67 0.75 0 0.02 246.35 0.96 0.61
Hex 52 3E FB 43 4B 0 2 F6 60 3D
Octal 122 76 373 103 113 0 2 366 140 75
Binary 1010010 111110 11111011 1000011 1001011 0 10 11110110 1100000 111101

Color Harmonies of #523EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523EFB

Black with #523EFB

Text Example


Text Example

White with #523EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,62,251); }

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

background-color css

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

 a { background-color: rgb(82,62,251); }

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

border-color css

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

 span { border-color: rgb(82,62,251); }

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