Html Css Color HEX #5948F1 Neon Blue

📋 copy color: '#5948F1'

red 89 ◦ green 72 ◦ blue 241

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

Shades of Neon Blue #5948F1

Tints of Neon Blue #5948F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.95%

R = 22.14%
G = 17.91%
B = 59.95%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5948F1 (or 0x5948F1) is known color: Neon Blue. HEX triplet: 59, 48 and F1. RGB value is (89,72,241). Sum of RGB (Red+Green+Blue) = 89+72+241=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #5948F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5948F1 is #A6B70E. Grayscale: #5F5F5F. Windows color (decimal): -10925839 or 15812697. OLE color: 15812697.

HSL color Cylindrical-coordinate representation of color #5948F1: hue angle of 246.04º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5948F1 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 72 241 -
CMYK 0.63 0.70 0 0.05
HSL 246.04º 0.86% 0.61% -
HSV(B) 246.04º 0.7% 0.95% -
XYZ 22.31 13.11 84.57 -
YUV 96.35 209.63 122.76 -
System Red Green Blue C M Y K H S L
Decimal 89 72 241 0.63 0.70 0 0.05 246.04 0.86 0.61
Hex 59 48 F1 3F 46 0 5 F6 56 3D
Octal 131 110 361 77 106 0 5 366 126 75
Binary 1011001 1001000 11110001 111111 1000110 0 101 11110110 1010110 111101

Color Harmonies of #5948F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5948F1

Black with #5948F1

Text Example


Text Example

White with #5948F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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