Html Css Color HEX #5948FF Neon Blue

📋 copy color: '#5948FF'

red 89 ◦ green 72 ◦ blue 255

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

Shades of Neon Blue #5948FF

Tints of Neon Blue #5948FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

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

R = 21.39%
G = 17.31%
B = 61.3%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5948FF (or 0x5948FF) is known color: Neon Blue. HEX triplet: 59, 48 and FF. RGB value is (89,72,255). Sum of RGB (Red+Green+Blue) = 89+72+255=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #5948FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5948FF is #A6B700. Grayscale: #616161. Windows color (decimal): -10925825 or 16730201. OLE color: 16730201.

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

Color convert

RGB 89 72 255 -
CMYK 0.65 0.72 0 0
HSL 245.57º 1% 0.64% -
HSV(B) 245.57º 0.72% 1% -
XYZ 24.49 13.98 96.02 -
YUV 97.95 216.63 121.62 -
System Red Green Blue C M Y K H S L
Decimal 89 72 255 0.65 0.72 0 0 245.57 1 0.64
Hex 59 48 FF 41 48 0 0 F6 64 40
Octal 131 110 377 101 110 0 0 366 144 100
Binary 1011001 1001000 11111111 1000001 1001000 0 0 11110110 1100100 1000000

Color Harmonies of #5948FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5948FF

Black with #5948FF

Text Example


Text Example

White with #5948FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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