Html Css Color HEX #524CED Neon Blue

📋 copy color: '#524CED'

red 82 ◦ green 76 ◦ blue 237

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

Shades of Neon Blue #524CED

Tints of Neon Blue #524CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60%

R = 20.76%
G = 19.24%
B = 60%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#524CED (or 0x524CED) is known color: Neon Blue. HEX triplet: 52, 4C and ED. RGB value is (82,76,237). Sum of RGB (Red+Green+Blue) = 82+76+237=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #524CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524CED is #ADB312. Grayscale: #5F5F5F. Windows color (decimal): -11383571 or 15551570. OLE color: 15551570.

HSL color Cylindrical-coordinate representation of color #524CED: hue angle of 242.24º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #524CED is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 76 237 -
CMYK 0.65 0.68 0 0.07
HSL 242.24º 0.82% 0.61% -
HSV(B) 242.24º 0.68% 0.93% -
XYZ 21.35 13.08 81.52 -
YUV 96.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 82 76 237 0.65 0.68 0 0.07 242.24 0.82 0.61
Hex 52 4C ED 41 44 0 7 F2 52 3D
Octal 122 114 355 101 104 0 7 362 122 75
Binary 1010010 1001100 11101101 1000001 1000100 0 111 11110010 1010010 111101

Color Harmonies of #524CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524CED

Black with #524CED

Text Example


Text Example

White with #524CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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