Html Css Color HEX #524AF1 Neon Blue

📋 copy color: '#524AF1'

red 82 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #524AF1

Tints of Neon Blue #524AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

 BLUE value IS 241 (94.53% from 255) = 60.71%

R = 20.65%
G = 18.64%
B = 60.71%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#524AF1 (or 0x524AF1) is known color: Neon Blue. HEX triplet: 52, 4A and F1. RGB value is (82,74,241). Sum of RGB (Red+Green+Blue) = 82+74+241=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #524AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524AF1 is #ADB50E. Grayscale: #5E5E5E. Windows color (decimal): -11384079 or 15813202. OLE color: 15813202.

HSL color Cylindrical-coordinate representation of color #524AF1: hue angle of 242.87º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #524AF1 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 74 241 -
CMYK 0.66 0.69 0 0.05
HSL 242.87º 0.86% 0.62% -
HSV(B) 242.87º 0.69% 0.95% -
XYZ 21.81 13.04 84.59 -
YUV 95.43 210.15 118.42 -
System Red Green Blue C M Y K H S L
Decimal 82 74 241 0.66 0.69 0 0.05 242.87 0.86 0.62
Hex 52 4A F1 42 45 0 5 F3 56 3E
Octal 122 112 361 102 105 0 5 363 126 76
Binary 1010010 1001010 11110001 1000010 1000101 0 101 11110011 1010110 111110

Color Harmonies of #524AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524AF1

Black with #524AF1

Text Example


Text Example

White with #524AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,74,241); }

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

background-color css

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

 a { background-color: rgb(82,74,241); }

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

border-color css

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

 span { border-color: rgb(82,74,241); }

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