Html Css Color HEX #5760F0 Neon Blue

📋 copy color: '#5760F0'

red 87 ◦ green 96 ◦ blue 240

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

Shades of Neon Blue #5760F0

Tints of Neon Blue #5760F0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

 BLUE value IS 240 (94.14% from 255) = 56.74%

R = 20.57%
G = 22.7%
B = 56.74%

CMYK

 C value IS 0.64

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5760F0 (or 0x5760F0) is known color: Neon Blue. HEX triplet: 57, 60 and F0. RGB value is (87,96,240). Sum of RGB (Red+Green+Blue) = 87+96+240=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #5760F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5760F0 is #A89F0F. Grayscale: #6D6D6D. Windows color (decimal): -11050768 or 15753303. OLE color: 15753303.

HSL color Cylindrical-coordinate representation of color #5760F0: hue angle of 236.47º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5760F0 is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 96 240 -
CMYK 0.64 0.6 0 0.06
HSL 236.47º 0.84% 0.64% -
HSV(B) 236.47º 0.64% 0.94% -
XYZ 23.84 16.68 84.4 -
YUV 109.73 201.52 111.79 -
System Red Green Blue C M Y K H S L
Decimal 87 96 240 0.64 0.6 0 0.06 236.47 0.84 0.64
Hex 57 60 F0 40 3C 0 6 EC 54 40
Octal 127 140 360 100 74 0 6 354 124 100
Binary 1010111 1100000 11110000 1000000 111100 0 110 11101100 1010100 1000000

Color Harmonies of #5760F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5760F0

Black with #5760F0

Text Example


Text Example

White with #5760F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5760F0; }

 p { color: rgb(87,96,240); }

 H1.HeaderClassName
 {
   color: #5760F0;
 }
 .AnyTagClassName
 {
   color: #5760F0;
 }
</style>

background-color css

<style>
 a { background-color: #5760F0; }

 a { background-color: rgb(87,96,240); }

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

border-color css

<style>
 span { border-color: #5760F0; }

 span { border-color: rgb(87,96,240); }

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