Html Css Color HEX #5968FB Neon Blue

📋 copy color: '#5968FB'

red 89 ◦ green 104 ◦ blue 251

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

Shades of Neon Blue #5968FB

Tints of Neon Blue #5968FB

RGB

 RED value IS 89 (35.16% from 255) = 20.05%

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 20.05%
G = 23.42%
B = 56.53%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5968FB (or 0x5968FB) is known color: Neon Blue. HEX triplet: 59, 68 and FB. RGB value is (89,104,251). Sum of RGB (Red+Green+Blue) = 89+104+251=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #5968FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5968FB is #A69704. Grayscale: #737373. Windows color (decimal): -10917637 or 16476249. OLE color: 16476249.

HSL color Cylindrical-coordinate representation of color #5968FB: hue angle of 234.44º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5968FB is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 104 251 -
CMYK 0.65 0.59 0 0.02
HSL 234.44º 0.95% 0.67% -
HSV(B) 234.44º 0.65% 0.98% -
XYZ 26.48 18.99 93.54 -
YUV 116.27 204.03 108.55 -
System Red Green Blue C M Y K H S L
Decimal 89 104 251 0.65 0.59 0 0.02 234.44 0.95 0.67
Hex 59 68 FB 41 3B 0 2 EA 5F 43
Octal 131 150 373 101 73 0 2 352 137 103
Binary 1011001 1101000 11111011 1000001 111011 0 10 11101010 1011111 1000011

Color Harmonies of #5968FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5968FB

Black with #5968FB

Text Example


Text Example

White with #5968FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5968FB; }

 p { color: rgb(89,104,251); }

 H1.HeaderClassName
 {
   color: #5968FB;
 }
 .AnyTagClassName
 {
   color: #5968FB;
 }
</style>

background-color css

<style>
 a { background-color: #5968FB; }

 a { background-color: rgb(89,104,251); }

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

border-color css

<style>
 span { border-color: #5968FB; }

 span { border-color: rgb(89,104,251); }

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