Html Css Color HEX #524DFA Neon Blue

📋 copy color: '#524DFA'

red 82 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #524DFA

Tints of Neon Blue #524DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

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

R = 20.05%
G = 18.83%
B = 61.12%

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

#524DFA (or 0x524DFA) is known color: Neon Blue. HEX triplet: 52, 4D and FA. RGB value is (82,77,250). Sum of RGB (Red+Green+Blue) = 82+77+250=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #524DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524DFA is #ADB205. Grayscale: #616161. Windows color (decimal): -11383302 or 16403794. OLE color: 16403794.

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

Color convert

RGB 82 77 250 -
CMYK 0.67 0.69 0 0.02
HSL 241.73º 0.95% 0.64% -
HSV(B) 241.73º 0.69% 0.98% -
XYZ 23.39 14 91.91 -
YUV 98.22 213.66 116.43 -
System Red Green Blue C M Y K H S L
Decimal 82 77 250 0.67 0.69 0 0.02 241.73 0.95 0.64
Hex 52 4D FA 43 45 0 2 F2 5F 40
Octal 122 115 372 103 105 0 2 362 137 100
Binary 1010010 1001101 11111010 1000011 1000101 0 10 11110010 1011111 1000000

Color Harmonies of #524DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DFA

Black with #524DFA

Text Example


Text Example

White with #524DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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