Html Css Color HEX #5969FD Neon Blue

📋 copy color: '#5969FD'

red 89 ◦ green 105 ◦ blue 253

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

Shades of Neon Blue #5969FD

Tints of Neon Blue #5969FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.49%

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

R = 19.91%
G = 23.49%
B = 56.6%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5969FD (or 0x5969FD) is known color: Neon Blue. HEX triplet: 59, 69 and FD. RGB value is (89,105,253). Sum of RGB (Red+Green+Blue) = 89+105+253=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #5969FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5969FD is #A69602. Grayscale: #747474. Windows color (decimal): -10917379 or 16607577. OLE color: 16607577.

HSL color Cylindrical-coordinate representation of color #5969FD: hue angle of 234.15º 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 #5969FD is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 105 253 -
CMYK 0.65 0.58 0 0.01
HSL 234.15º 0.98% 0.67% -
HSV(B) 234.15º 0.65% 0.99% -
XYZ 26.9 19.32 95.24 -
YUV 117.09 204.7 107.97 -
System Red Green Blue C M Y K H S L
Decimal 89 105 253 0.65 0.58 0 0.01 234.15 0.98 0.67
Hex 59 69 FD 41 3A 0 1 EA 62 43
Octal 131 151 375 101 72 0 1 352 142 103
Binary 1011001 1101001 11111101 1000001 111010 0 1 11101010 1100010 1000011

Color Harmonies of #5969FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5969FD

Black with #5969FD

Text Example


Text Example

White with #5969FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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