Html Css Color HEX #5768FE Neon Blue

📋 copy color: '#5768FE'

red 87 ◦ green 104 ◦ blue 254

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

Shades of Neon Blue #5768FE

Tints of Neon Blue #5768FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.37%

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 19.55%
G = 23.37%
B = 57.08%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5768FE (or 0x5768FE) is known color: Neon Blue. HEX triplet: 57, 68 and FE. RGB value is (87,104,254). Sum of RGB (Red+Green+Blue) = 87+104+254=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #5768FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5768FE is #A89701. Grayscale: #737373. Windows color (decimal): -11048706 or 16672855. OLE color: 16672855.

HSL color Cylindrical-coordinate representation of color #5768FE: hue angle of 233.89º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5768FE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 104 254 -
CMYK 0.66 0.59 0 0.00
HSL 233.89º 0.99% 0.67% -
HSV(B) 233.89º 0.66% 1% -
XYZ 26.77 19.08 96.04 -
YUV 116.02 205.87 107.3 -
System Red Green Blue C M Y K H S L
Decimal 87 104 254 0.66 0.59 0 0.00 233.89 0.99 0.67
Hex 57 68 FE 42 3B 0 0 EA 63 43
Octal 127 150 376 102 73 0 0 352 143 103
Binary 1010111 1101000 11111110 1000010 111011 0 0 11101010 1100011 1000011

Color Harmonies of #5768FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768FE

Black with #5768FE

Text Example


Text Example

White with #5768FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5768FE; }

 p { color: rgb(87,104,254); }

 H1.HeaderClassName
 {
   color: #5768FE;
 }
 .AnyTagClassName
 {
   color: #5768FE;
 }
</style>

background-color css

<style>
 a { background-color: #5768FE; }

 a { background-color: rgb(87,104,254); }

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

border-color css

<style>
 span { border-color: #5768FE; }

 span { border-color: rgb(87,104,254); }

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