Html Css Color HEX #5746FD Neon Blue

📋 copy color: '#5746FD'

red 87 ◦ green 70 ◦ blue 253

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

Shades of Neon Blue #5746FD

Tints of Neon Blue #5746FD

RGB

 RED value IS 87 (34.38% from 255) = 21.22%

 GREEN value IS 70 (27.73% from 255) = 17.07%

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

R = 21.22%
G = 17.07%
B = 61.71%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5746FD (or 0x5746FD) is known color: Neon Blue. HEX triplet: 57, 46 and FD. RGB value is (87,70,253). Sum of RGB (Red+Green+Blue) = 87+70+253=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #5746FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5746FD is #A8B902. Grayscale: #5F5F5F. Windows color (decimal): -11057411 or 16598615. OLE color: 16598615.

HSL color Cylindrical-coordinate representation of color #5746FD: hue angle of 245.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5746FD is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 70 253 -
CMYK 0.66 0.72 0 0.01
HSL 245.57º 0.98% 0.63% -
HSV(B) 245.57º 0.72% 0.99% -
XYZ 23.85 13.5 94.28 -
YUV 95.95 216.63 121.62 -
System Red Green Blue C M Y K H S L
Decimal 87 70 253 0.66 0.72 0 0.01 245.57 0.98 0.63
Hex 57 46 FD 42 48 0 1 F6 62 3F
Octal 127 106 375 102 110 0 1 366 142 77
Binary 1010111 1000110 11111101 1000010 1001000 0 1 11110110 1100010 111111

Color Harmonies of #5746FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5746FD

Black with #5746FD

Text Example


Text Example

White with #5746FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5746FD; }

 p { color: rgb(87,70,253); }

 H1.HeaderClassName
 {
   color: #5746FD;
 }
 .AnyTagClassName
 {
   color: #5746FD;
 }
</style>

background-color css

<style>
 a { background-color: #5746FD; }

 a { background-color: rgb(87,70,253); }

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

border-color css

<style>
 span { border-color: #5746FD; }

 span { border-color: rgb(87,70,253); }

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