Html Css Color HEX #5946FF Neon Blue

📋 copy color: '#5946FF'

red 89 ◦ green 70 ◦ blue 255

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

Shades of Neon Blue #5946FF

Tints of Neon Blue #5946FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.91%

 BLUE value IS 255 (100% from 255) = 61.59%

R = 21.5%
G = 16.91%
B = 61.59%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5946FF (or 0x5946FF) is known color: Neon Blue. HEX triplet: 59, 46 and FF. RGB value is (89,70,255). Sum of RGB (Red+Green+Blue) = 89+70+255=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #5946FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5946FF is #A6B900. Grayscale: #606060. Windows color (decimal): -10926337 or 16729689. OLE color: 16729689.

HSL color Cylindrical-coordinate representation of color #5946FF: hue angle of 246.16º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5946FF is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 70 255 -
CMYK 0.65 0.73 0 0
HSL 246.16º 1% 0.64% -
HSV(B) 246.16º 0.73% 1% -
XYZ 24.36 13.72 95.97 -
YUV 96.77 217.29 122.46 -
System Red Green Blue C M Y K H S L
Decimal 89 70 255 0.65 0.73 0 0 246.16 1 0.64
Hex 59 46 FF 41 49 0 0 F6 64 40
Octal 131 106 377 101 111 0 0 366 144 100
Binary 1011001 1000110 11111111 1000001 1001001 0 0 11110110 1100100 1000000

Color Harmonies of #5946FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5946FF

Black with #5946FF

Text Example


Text Example

White with #5946FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5946FF; }

 p { color: rgb(89,70,255); }

 H1.HeaderClassName
 {
   color: #5946FF;
 }
 .AnyTagClassName
 {
   color: #5946FF;
 }
</style>

background-color css

<style>
 a { background-color: #5946FF; }

 a { background-color: rgb(89,70,255); }

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

border-color css

<style>
 span { border-color: #5946FF; }

 span { border-color: rgb(89,70,255); }

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