Html Css Color HEX #515CFE Neon Blue

📋 copy color: '#515CFE'

red 81 ◦ green 92 ◦ blue 254

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

Shades of Neon Blue #515CFE

Tints of Neon Blue #515CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 18.97%
G = 21.55%
B = 59.48%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#515CFE (or 0x515CFE) is known color: Neon Blue. HEX triplet: 51, 5C and FE. RGB value is (81,92,254). Sum of RGB (Red+Green+Blue) = 81+92+254=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #515CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515CFE is #AEA301. Grayscale: #6A6A6A. Windows color (decimal): -11444994 or 16669777. OLE color: 16669777.

HSL color Cylindrical-coordinate representation of color #515CFE: hue angle of 236.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #515CFE is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 92 254 -
CMYK 0.68 0.64 0 0.00
HSL 236.19º 0.99% 0.66% -
HSV(B) 236.19º 0.68% 1% -
XYZ 25.11 16.56 95.64 -
YUV 107.18 210.86 109.33 -
System Red Green Blue C M Y K H S L
Decimal 81 92 254 0.68 0.64 0 0.00 236.19 0.99 0.66
Hex 51 5C FE 44 40 0 0 EC 63 42
Octal 121 134 376 104 100 0 0 354 143 102
Binary 1010001 1011100 11111110 1000100 1000000 0 0 11101100 1100011 1000010

Color Harmonies of #515CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CFE

Black with #515CFE

Text Example


Text Example

White with #515CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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