Html Css Color HEX #5845FD Neon Blue

📋 copy color: '#5845FD'

red 88 ◦ green 69 ◦ blue 253

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

Shades of Neon Blue #5845FD

Tints of Neon Blue #5845FD

RGB

 RED value IS 88 (34.77% from 255) = 21.46%

 GREEN value IS 69 (27.34% from 255) = 16.83%

 BLUE value IS 253 (99.22% from 255) = 61.71%

R = 21.46%
G = 16.83%
B = 61.71%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5845FD (or 0x5845FD) is known color: Neon Blue. HEX triplet: 58, 45 and FD. RGB value is (88,69,253). Sum of RGB (Red+Green+Blue) = 88+69+253=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #5845FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5845FD is #A7BA02. Grayscale: #5E5E5E. Windows color (decimal): -10992131 or 16598360. OLE color: 16598360.

HSL color Cylindrical-coordinate representation of color #5845FD: hue angle of 246.2º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5845FD is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 69 253 -
CMYK 0.65 0.73 0 0.01
HSL 246.2º 0.98% 0.63% -
HSV(B) 246.2º 0.73% 0.99% -
XYZ 23.88 13.42 94.26 -
YUV 95.66 216.79 122.54 -
System Red Green Blue C M Y K H S L
Decimal 88 69 253 0.65 0.73 0 0.01 246.2 0.98 0.63
Hex 58 45 FD 41 49 0 1 F6 62 3F
Octal 130 105 375 101 111 0 1 366 142 77
Binary 1011000 1000101 11111101 1000001 1001001 0 1 11110110 1100010 111111

Color Harmonies of #5845FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5845FD

Black with #5845FD

Text Example


Text Example

White with #5845FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5845FD; }

 p { color: rgb(88,69,253); }

 H1.HeaderClassName
 {
   color: #5845FD;
 }
 .AnyTagClassName
 {
   color: #5845FD;
 }
</style>

background-color css

<style>
 a { background-color: #5845FD; }

 a { background-color: rgb(88,69,253); }

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

border-color css

<style>
 span { border-color: #5845FD; }

 span { border-color: rgb(88,69,253); }

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