Html Css Color HEX #515DF3 Neon Blue

📋 copy color: '#515DF3'

red 81 ◦ green 93 ◦ blue 243

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

Shades of Neon Blue #515DF3

Tints of Neon Blue #515DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 58.27%

R = 19.42%
G = 22.3%
B = 58.27%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#515DF3 (or 0x515DF3) is known color: Neon Blue. HEX triplet: 51, 5D and F3. RGB value is (81,93,243). Sum of RGB (Red+Green+Blue) = 81+93+243=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #515DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515DF3 is #AEA20C. Grayscale: #696969. Windows color (decimal): -11444749 or 15949137. OLE color: 15949137.

HSL color Cylindrical-coordinate representation of color #515DF3: hue angle of 235.56º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #515DF3 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 93 243 -
CMYK 0.67 0.62 0 0.05
HSL 235.56º 0.87% 0.64% -
HSV(B) 235.56º 0.67% 0.95% -
XYZ 23.49 16.05 86.65 -
YUV 106.51 205.02 109.8 -
System Red Green Blue C M Y K H S L
Decimal 81 93 243 0.67 0.62 0 0.05 235.56 0.87 0.64
Hex 51 5D F3 43 3E 0 5 EC 57 40
Octal 121 135 363 103 76 0 5 354 127 100
Binary 1010001 1011101 11110011 1000011 111110 0 101 11101100 1010111 1000000

Color Harmonies of #515DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DF3

Black with #515DF3

Text Example


Text Example

White with #515DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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