Html Css Color HEX #524DFB Neon Blue

📋 copy color: '#524DFB'

red 82 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #524DFB

Tints of Neon Blue #524DFB

RGB

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

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

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

R = 20%
G = 18.78%
B = 61.22%

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

#524DFB (or 0x524DFB) is known color: Neon Blue. HEX triplet: 52, 4D and FB. RGB value is (82,77,251). Sum of RGB (Red+Green+Blue) = 82+77+251=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #524DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524DFB is #ADB204. Grayscale: #616161. Windows color (decimal): -11383301 or 16469330. OLE color: 16469330.

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

Color convert

RGB 82 77 251 -
CMYK 0.67 0.69 0 0.02
HSL 241.72º 0.96% 0.64% -
HSV(B) 241.72º 0.69% 0.98% -
XYZ 23.55 14.07 92.74 -
YUV 98.33 214.16 116.35 -
System Red Green Blue C M Y K H S L
Decimal 82 77 251 0.67 0.69 0 0.02 241.72 0.96 0.64
Hex 52 4D FB 43 45 0 2 F2 60 40
Octal 122 115 373 103 105 0 2 362 140 100
Binary 1010010 1001101 11111011 1000011 1000101 0 10 11110010 1100000 1000000

Color Harmonies of #524DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DFB

Black with #524DFB

Text Example


Text Example

White with #524DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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