Html Css Color HEX #524EFB Neon Blue

📋 copy color: '#524EFB'

red 82 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #524EFB

Tints of Neon Blue #524EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.98%

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

R = 19.95%
G = 18.98%
B = 61.07%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#524EFB (or 0x524EFB) is known color: Neon Blue. HEX triplet: 52, 4E and FB. RGB value is (82,78,251). Sum of RGB (Red+Green+Blue) = 82+78+251=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #524EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524EFB is #ADB104. Grayscale: #626262. Windows color (decimal): -11383045 or 16469586. OLE color: 16469586.

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

Color convert

RGB 82 78 251 -
CMYK 0.67 0.69 0 0.02
HSL 241.39º 0.96% 0.65% -
HSV(B) 241.39º 0.69% 0.98% -
XYZ 23.62 14.21 92.76 -
YUV 98.92 213.83 115.93 -
System Red Green Blue C M Y K H S L
Decimal 82 78 251 0.67 0.69 0 0.02 241.39 0.96 0.65
Hex 52 4E FB 43 45 0 2 F1 60 41
Octal 122 116 373 103 105 0 2 361 140 101
Binary 1010010 1001110 11111011 1000011 1000101 0 10 11110001 1100000 1000001

Color Harmonies of #524EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EFB

Black with #524EFB

Text Example


Text Example

White with #524EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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