Html Css Color HEX #5750FC Neon Blue

📋 copy color: '#5750FC'

red 87 ◦ green 80 ◦ blue 252

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

Shades of Neon Blue #5750FC

Tints of Neon Blue #5750FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.09%

 BLUE value IS 252 (98.83% from 255) = 60.14%

R = 20.76%
G = 19.09%
B = 60.14%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5750FC (or 0x5750FC) is known color: Neon Blue. HEX triplet: 57, 50 and FC. RGB value is (87,80,252). Sum of RGB (Red+Green+Blue) = 87+80+252=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #5750FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5750FC is #A8AF03. Grayscale: #656565. Windows color (decimal): -11054852 or 16535639. OLE color: 16535639.

HSL color Cylindrical-coordinate representation of color #5750FC: hue angle of 242.44º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5750FC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 80 252 -
CMYK 0.65 0.68 0 0.01
HSL 242.44º 0.97% 0.65% -
HSV(B) 242.44º 0.68% 0.99% -
XYZ 24.37 14.79 93.67 -
YUV 101.7 212.82 117.51 -
System Red Green Blue C M Y K H S L
Decimal 87 80 252 0.65 0.68 0 0.01 242.44 0.97 0.65
Hex 57 50 FC 41 44 0 1 F2 61 41
Octal 127 120 374 101 104 0 1 362 141 101
Binary 1010111 1010000 11111100 1000001 1000100 0 1 11110010 1100001 1000001

Color Harmonies of #5750FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750FC

Black with #5750FC

Text Example


Text Example

White with #5750FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5750FC; }

 p { color: rgb(87,80,252); }

 H1.HeaderClassName
 {
   color: #5750FC;
 }
 .AnyTagClassName
 {
   color: #5750FC;
 }
</style>

background-color css

<style>
 a { background-color: #5750FC; }

 a { background-color: rgb(87,80,252); }

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

border-color css

<style>
 span { border-color: #5750FC; }

 span { border-color: rgb(87,80,252); }

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