Html Css Color HEX #515CEF Neon Blue

📋 copy color: '#515CEF'

red 81 ◦ green 92 ◦ blue 239

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

Shades of Neon Blue #515CEF

Tints of Neon Blue #515CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.01%

R = 19.66%
G = 22.33%
B = 58.01%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#515CEF (or 0x515CEF) is known color: Neon Blue. HEX triplet: 51, 5C and EF. RGB value is (81,92,239). Sum of RGB (Red+Green+Blue) = 81+92+239=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #515CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515CEF is #AEA310. Grayscale: #686868. Windows color (decimal): -11445009 or 15686737. OLE color: 15686737.

HSL color Cylindrical-coordinate representation of color #515CEF: hue angle of 235.82º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515CEF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 92 239 -
CMYK 0.66 0.62 0 0.06
HSL 235.82º 0.83% 0.63% -
HSV(B) 235.82º 0.66% 0.94% -
XYZ 22.8 15.64 83.48 -
YUV 105.47 203.36 110.55 -
System Red Green Blue C M Y K H S L
Decimal 81 92 239 0.66 0.62 0 0.06 235.82 0.83 0.63
Hex 51 5C EF 42 3E 0 6 EC 53 3F
Octal 121 134 357 102 76 0 6 354 123 77
Binary 1010001 1011100 11101111 1000010 111110 0 110 11101100 1010011 111111

Color Harmonies of #515CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CEF

Black with #515CEF

Text Example


Text Example

White with #515CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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