Html Css Color HEX #615AFF Neon Blue

📋 copy color: '#615AFF'

red 97 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #615AFF

Tints of Neon Blue #615AFF

RGB

 RED value IS 97 (38.28% from 255) = 21.95%

 GREEN value IS 90 (35.55% from 255) = 20.36%

 BLUE value IS 255 (100% from 255) = 57.69%

R = 21.95%
G = 20.36%
B = 57.69%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#615AFF (or 0x615AFF) is known color: Neon Blue. HEX triplet: 61, 5A and FF. RGB value is (97,90,255). Sum of RGB (Red+Green+Blue) = 97+90+255=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #615AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615AFF is #9EA500. Grayscale: #6E6E6E. Windows color (decimal): -10396929 or 16734817. OLE color: 16734817.

HSL color Cylindrical-coordinate representation of color #615AFF: hue angle of 242.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #615AFF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 90 255 -
CMYK 0.62 0.65 0 0
HSL 242.55º 1% 0.68% -
HSV(B) 242.55º 0.65% 1% -
XYZ 26.64 17.07 96.5 -
YUV 110.9 209.32 118.08 -
System Red Green Blue C M Y K H S L
Decimal 97 90 255 0.62 0.65 0 0 242.55 1 0.68
Hex 61 5A FF 3E 41 0 0 F3 64 44
Octal 141 132 377 76 101 0 0 363 144 104
Binary 1100001 1011010 11111111 111110 1000001 0 0 11110011 1100100 1000100

Color Harmonies of #615AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AFF

Black with #615AFF

Text Example


Text Example

White with #615AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615AFF; }

 p { color: rgb(97,90,255); }

 H1.HeaderClassName
 {
   color: #615AFF;
 }
 .AnyTagClassName
 {
   color: #615AFF;
 }
</style>

background-color css

<style>
 a { background-color: #615AFF; }

 a { background-color: rgb(97,90,255); }

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

border-color css

<style>
 span { border-color: #615AFF; }

 span { border-color: rgb(97,90,255); }

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