Html Css Color HEX #524FFB Neon Blue

📋 copy color: '#524FFB'

red 82 ◦ green 79 ◦ blue 251

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

Shades of Neon Blue #524FFB

Tints of Neon Blue #524FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

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

R = 19.9%
G = 19.17%
B = 60.92%

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

#524FFB (or 0x524FFB) is known color: Neon Blue. HEX triplet: 52, 4F and FB. RGB value is (82,79,251). Sum of RGB (Red+Green+Blue) = 82+79+251=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #524FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524FFB is #ADB004. Grayscale: #626262. Windows color (decimal): -11382789 or 16469842. OLE color: 16469842.

HSL color Cylindrical-coordinate representation of color #524FFB: hue angle of 241.05º 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 #524FFB is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 79 251 -
CMYK 0.67 0.69 0 0.02
HSL 241.05º 0.96% 0.65% -
HSV(B) 241.05º 0.69% 0.98% -
XYZ 23.69 14.35 92.79 -
YUV 99.51 213.49 115.51 -
System Red Green Blue C M Y K H S L
Decimal 82 79 251 0.67 0.69 0 0.02 241.05 0.96 0.65
Hex 52 4F FB 43 45 0 2 F1 60 41
Octal 122 117 373 103 105 0 2 361 140 101
Binary 1010010 1001111 11111011 1000011 1000101 0 10 11110001 1100000 1000001

Color Harmonies of #524FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524FFB

Black with #524FFB

Text Example


Text Example

White with #524FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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