Html Css Color HEX #515CFD Neon Blue

📋 copy color: '#515CFD'

red 81 ◦ green 92 ◦ blue 253

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

Shades of Neon Blue #515CFD

Tints of Neon Blue #515CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

 BLUE value IS 253 (99.22% from 255) = 59.39%

R = 19.01%
G = 21.6%
B = 59.39%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#515CFD (or 0x515CFD) is known color: Neon Blue. HEX triplet: 51, 5C and FD. RGB value is (81,92,253). Sum of RGB (Red+Green+Blue) = 81+92+253=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #515CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515CFD is #AEA302. Grayscale: #6A6A6A. Windows color (decimal): -11444995 or 16604241. OLE color: 16604241.

HSL color Cylindrical-coordinate representation of color #515CFD: hue angle of 236.16º degrees, saturation: 0.98, 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 #515CFD is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 92 253 -
CMYK 0.68 0.64 0 0.01
HSL 236.16º 0.98% 0.65% -
HSV(B) 236.16º 0.68% 0.99% -
XYZ 24.95 16.5 94.8 -
YUV 107.07 210.36 109.41 -
System Red Green Blue C M Y K H S L
Decimal 81 92 253 0.68 0.64 0 0.01 236.16 0.98 0.65
Hex 51 5C FD 44 40 0 1 EC 62 41
Octal 121 134 375 104 100 0 1 354 142 101
Binary 1010001 1011100 11111101 1000100 1000000 0 1 11101100 1100010 1000001

Color Harmonies of #515CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CFD

Black with #515CFD

Text Example


Text Example

White with #515CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,92,253); }

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

background-color css

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

 a { background-color: rgb(81,92,253); }

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

border-color css

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

 span { border-color: rgb(81,92,253); }

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