Html Css Color HEX #515DFC Neon Blue

📋 copy color: '#515DFC'

red 81 ◦ green 93 ◦ blue 252

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

Shades of Neon Blue #515DFC

Tints of Neon Blue #515DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.83%

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

R = 19.01%
G = 21.83%
B = 59.15%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#515DFC (or 0x515DFC) is known color: Neon Blue. HEX triplet: 51, 5D and FC. RGB value is (81,93,252). Sum of RGB (Red+Green+Blue) = 81+93+252=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #515DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515DFC is #AEA203. Grayscale: #6A6A6A. Windows color (decimal): -11444740 or 16538961. OLE color: 16538961.

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

Color convert

RGB 81 93 252 -
CMYK 0.68 0.63 0 0.01
HSL 235.79º 0.97% 0.65% -
HSV(B) 235.79º 0.68% 0.99% -
XYZ 24.88 16.61 93.99 -
YUV 107.54 209.52 109.07 -
System Red Green Blue C M Y K H S L
Decimal 81 93 252 0.68 0.63 0 0.01 235.79 0.97 0.65
Hex 51 5D FC 44 3F 0 1 EC 61 41
Octal 121 135 374 104 77 0 1 354 141 101
Binary 1010001 1011101 11111100 1000100 111111 0 1 11101100 1100001 1000001

Color Harmonies of #515DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DFC

Black with #515DFC

Text Example


Text Example

White with #515DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515DFC; }

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

 H1.HeaderClassName
 {
   color: #515DFC;
 }
 .AnyTagClassName
 {
   color: #515DFC;
 }
</style>

background-color css

<style>
 a { background-color: #515DFC; }

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

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

border-color css

<style>
 span { border-color: #515DFC; }

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

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