Html Css Color HEX #524FFA Neon Blue

📋 copy color: '#524FFA'

red 82 ◦ green 79 ◦ blue 250

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

Shades of Neon Blue #524FFA

Tints of Neon Blue #524FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.83%

R = 19.95%
G = 19.22%
B = 60.83%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#524FFA (or 0x524FFA) is known color: Neon Blue. HEX triplet: 52, 4F and FA. RGB value is (82,79,250). Sum of RGB (Red+Green+Blue) = 82+79+250=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #524FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524FFA is #ADB005. Grayscale: #626262. Windows color (decimal): -11382790 or 16404306. OLE color: 16404306.

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

Color convert

RGB 82 79 250 -
CMYK 0.67 0.68 0 0.02
HSL 241.05º 0.94% 0.65% -
HSV(B) 241.05º 0.68% 0.98% -
XYZ 23.53 14.29 91.96 -
YUV 99.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 82 79 250 0.67 0.68 0 0.02 241.05 0.94 0.65
Hex 52 4F FA 43 44 0 2 F1 5E 41
Octal 122 117 372 103 104 0 2 361 136 101
Binary 1010010 1001111 11111010 1000011 1000100 0 10 11110001 1011110 1000001

Color Harmonies of #524FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524FFA

Black with #524FFA

Text Example


Text Example

White with #524FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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