Html Css Color HEX #513CFC Neon Blue

📋 copy color: '#513CFC'

red 81 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #513CFC

Tints of Neon Blue #513CFC

RGB

 RED value IS 81 (32.03% from 255) = 20.61%

 GREEN value IS 60 (23.83% from 255) = 15.27%

 BLUE value IS 252 (98.83% from 255) = 64.12%

R = 20.61%
G = 15.27%
B = 64.12%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#513CFC (or 0x513CFC) is known color: Neon Blue. HEX triplet: 51, 3C and FC. RGB value is (81,60,252). Sum of RGB (Red+Green+Blue) = 81+60+252=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #513CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513CFC is #AEC303. Grayscale: #575757. Windows color (decimal): -11453188 or 16530513. OLE color: 16530513.

HSL color Cylindrical-coordinate representation of color #513CFC: hue angle of 246.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #513CFC is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 60 252 -
CMYK 0.68 0.76 0 0.01
HSL 246.56º 0.97% 0.61% -
HSV(B) 246.56º 0.76% 0.99% -
XYZ 22.58 12.01 93.22 -
YUV 88.17 220.46 122.89 -
System Red Green Blue C M Y K H S L
Decimal 81 60 252 0.68 0.76 0 0.01 246.56 0.97 0.61
Hex 51 3C FC 44 4C 0 1 F7 61 3D
Octal 121 74 374 104 114 0 1 367 141 75
Binary 1010001 111100 11111100 1000100 1001100 0 1 11110111 1100001 111101

Color Harmonies of #513CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CFC

Black with #513CFC

Text Example


Text Example

White with #513CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513CFC; }

 p { color: rgb(81,60,252); }

 H1.HeaderClassName
 {
   color: #513CFC;
 }
 .AnyTagClassName
 {
   color: #513CFC;
 }
</style>

background-color css

<style>
 a { background-color: #513CFC; }

 a { background-color: rgb(81,60,252); }

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

border-color css

<style>
 span { border-color: #513CFC; }

 span { border-color: rgb(81,60,252); }

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