Html Css Color HEX #5961FD Neon Blue

📋 copy color: '#5961FD'

red 89 ◦ green 97 ◦ blue 253

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

Shades of Neon Blue #5961FD

Tints of Neon Blue #5961FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.1%

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

R = 20.27%
G = 22.1%
B = 57.63%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5961FD (or 0x5961FD) is known color: Neon Blue. HEX triplet: 59, 61 and FD. RGB value is (89,97,253). Sum of RGB (Red+Green+Blue) = 89+97+253=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #5961FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5961FD is #A69E02. Grayscale: #6F6F6F. Windows color (decimal): -10919427 or 16605529. OLE color: 16605529.

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

Color convert

RGB 89 97 253 -
CMYK 0.65 0.62 0 0.01
HSL 237.07º 0.98% 0.67% -
HSV(B) 237.07º 0.65% 0.99% -
XYZ 26.12 17.77 94.98 -
YUV 112.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 89 97 253 0.65 0.62 0 0.01 237.07 0.98 0.67
Hex 59 61 FD 41 3E 0 1 ED 62 43
Octal 131 141 375 101 76 0 1 355 142 103
Binary 1011001 1100001 11111101 1000001 111110 0 1 11101101 1100010 1000011

Color Harmonies of #5961FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5961FD

Black with #5961FD

Text Example


Text Example

White with #5961FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,97,253); }

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

background-color css

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

 a { background-color: rgb(89,97,253); }

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

border-color css

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

 span { border-color: rgb(89,97,253); }

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