Html Css Color HEX #5A66F9 Neon Blue

📋 copy color: '#5A66F9'

red 90 ◦ green 102 ◦ blue 249

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

Shades of Neon Blue #5A66F9

Tints of Neon Blue #5A66F9

RGB

 RED value IS 90 (35.55% from 255) = 20.41%

 GREEN value IS 102 (40.23% from 255) = 23.13%

 BLUE value IS 249 (97.66% from 255) = 56.46%

R = 20.41%
G = 23.13%
B = 56.46%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A66F9 (or 0x5A66F9) is known color: Neon Blue. HEX triplet: 5A, 66 and F9. RGB value is (90,102,249). Sum of RGB (Red+Green+Blue) = 90+102+249=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A66F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A66F9 is #A59906. Grayscale: #727272. Windows color (decimal): -10852615 or 16344666. OLE color: 16344666.

HSL color Cylindrical-coordinate representation of color #5A66F9: hue angle of 235.47º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A66F9 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 102 249 -
CMYK 0.64 0.59 0 0.02
HSL 235.47º 0.93% 0.66% -
HSV(B) 235.47º 0.64% 0.98% -
XYZ 26.07 18.52 91.82 -
YUV 115.17 203.52 110.05 -
System Red Green Blue C M Y K H S L
Decimal 90 102 249 0.64 0.59 0 0.02 235.47 0.93 0.66
Hex 5A 66 F9 40 3B 0 2 EB 5D 42
Octal 132 146 371 100 73 0 2 353 135 102
Binary 1011010 1100110 11111001 1000000 111011 0 10 11101011 1011101 1000010

Color Harmonies of #5A66F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A66F9

Black with #5A66F9

Text Example


Text Example

White with #5A66F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A66F9; }

 p { color: rgb(90,102,249); }

 H1.HeaderClassName
 {
   color: #5A66F9;
 }
 .AnyTagClassName
 {
   color: #5A66F9;
 }
</style>

background-color css

<style>
 a { background-color: #5A66F9; }

 a { background-color: rgb(90,102,249); }

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

border-color css

<style>
 span { border-color: #5A66F9; }

 span { border-color: rgb(90,102,249); }

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