Html Css Color HEX #524CFB Neon Blue

📋 copy color: '#524CFB'

red 82 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #524CFB

Tints of Neon Blue #524CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.58%

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

R = 20.05%
G = 18.58%
B = 61.37%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#524CFB (or 0x524CFB) is known color: Neon Blue. HEX triplet: 52, 4C and FB. RGB value is (82,76,251). Sum of RGB (Red+Green+Blue) = 82+76+251=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #524CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524CFB is #ADB304. Grayscale: #616161. Windows color (decimal): -11383557 or 16469074. OLE color: 16469074.

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

Color convert

RGB 82 76 251 -
CMYK 0.67 0.70 0 0.02
HSL 242.06º 0.96% 0.64% -
HSV(B) 242.06º 0.7% 0.98% -
XYZ 23.48 13.93 92.72 -
YUV 97.74 214.49 116.77 -
System Red Green Blue C M Y K H S L
Decimal 82 76 251 0.67 0.70 0 0.02 242.06 0.96 0.64
Hex 52 4C FB 43 46 0 2 F2 60 40
Octal 122 114 373 103 106 0 2 362 140 100
Binary 1010010 1001100 11111011 1000011 1000110 0 10 11110010 1100000 1000000

Color Harmonies of #524CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524CFB

Black with #524CFB

Text Example


Text Example

White with #524CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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