Html Css Color HEX #5769FA Neon Blue

📋 copy color: '#5769FA'

red 87 ◦ green 105 ◦ blue 250

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

Shades of Neon Blue #5769FA

Tints of Neon Blue #5769FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.76%

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 19.68%
G = 23.76%
B = 56.56%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5769FA (or 0x5769FA) is known color: Neon Blue. HEX triplet: 57, 69 and FA. RGB value is (87,105,250). Sum of RGB (Red+Green+Blue) = 87+105+250=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #5769FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5769FA is #A89605. Grayscale: #737373. Windows color (decimal): -11048454 or 16410967. OLE color: 16410967.

HSL color Cylindrical-coordinate representation of color #5769FA: hue angle of 233.37º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5769FA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 105 250 -
CMYK 0.65 0.58 0 0.02
HSL 233.37º 0.94% 0.66% -
HSV(B) 233.37º 0.65% 0.98% -
XYZ 26.24 19.03 92.73 -
YUV 116.15 203.54 107.21 -
System Red Green Blue C M Y K H S L
Decimal 87 105 250 0.65 0.58 0 0.02 233.37 0.94 0.66
Hex 57 69 FA 41 3A 0 2 E9 5E 42
Octal 127 151 372 101 72 0 2 351 136 102
Binary 1010111 1101001 11111010 1000001 111010 0 10 11101001 1011110 1000010

Color Harmonies of #5769FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5769FA

Black with #5769FA

Text Example


Text Example

White with #5769FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5769FA; }

 p { color: rgb(87,105,250); }

 H1.HeaderClassName
 {
   color: #5769FA;
 }
 .AnyTagClassName
 {
   color: #5769FA;
 }
</style>

background-color css

<style>
 a { background-color: #5769FA; }

 a { background-color: rgb(87,105,250); }

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

border-color css

<style>
 span { border-color: #5769FA; }

 span { border-color: rgb(87,105,250); }

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