Html Css Color HEX #513CF2 Neon Blue

📋 copy color: '#513CF2'

red 81 ◦ green 60 ◦ blue 242

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

Shades of Neon Blue #513CF2

Tints of Neon Blue #513CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 242 (94.92% from 255) = 63.19%

R = 21.15%
G = 15.67%
B = 63.19%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#513CF2 (or 0x513CF2) is known color: Neon Blue. HEX triplet: 51, 3C and F2. RGB value is (81,60,242). Sum of RGB (Red+Green+Blue) = 81+60+242=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #513CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513CF2 is #AEC30D. Grayscale: #565656. Windows color (decimal): -11453198 or 15875153. OLE color: 15875153.

HSL color Cylindrical-coordinate representation of color #513CF2: hue angle of 246.92º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513CF2 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 60 242 -
CMYK 0.67 0.75 0 0.05
HSL 246.92º 0.88% 0.59% -
HSV(B) 246.92º 0.75% 0.95% -
XYZ 21.04 11.39 85.09 -
YUV 87.03 215.46 123.7 -
System Red Green Blue C M Y K H S L
Decimal 81 60 242 0.67 0.75 0 0.05 246.92 0.88 0.59
Hex 51 3C F2 43 4B 0 5 F7 58 3B
Octal 121 74 362 103 113 0 5 367 130 73
Binary 1010001 111100 11110010 1000011 1001011 0 101 11110111 1011000 111011

Color Harmonies of #513CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CF2

Black with #513CF2

Text Example


Text Example

White with #513CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513CF2; }

 p { color: rgb(81,60,242); }

 H1.HeaderClassName
 {
   color: #513CF2;
 }
 .AnyTagClassName
 {
   color: #513CF2;
 }
</style>

background-color css

<style>
 a { background-color: #513CF2; }

 a { background-color: rgb(81,60,242); }

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

border-color css

<style>
 span { border-color: #513CF2; }

 span { border-color: rgb(81,60,242); }

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