Html Css Color HEX #615AF9 Neon Blue

📋 copy color: '#615AF9'

red 97 ◦ green 90 ◦ blue 249

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

Shades of Neon Blue #615AF9

Tints of Neon Blue #615AF9

RGB

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

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

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

R = 22.25%
G = 20.64%
B = 57.11%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#615AF9 (or 0x615AF9) is known color: Neon Blue. HEX triplet: 61, 5A and F9. RGB value is (97,90,249). Sum of RGB (Red+Green+Blue) = 97+90+249=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #615AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615AF9 is #9EA506. Grayscale: #6D6D6D. Windows color (decimal): -10396935 or 16341601. OLE color: 16341601.

HSL color Cylindrical-coordinate representation of color #615AF9: hue angle of 242.64º 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 #615AF9 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 90 249 -
CMYK 0.61 0.64 0 0.02
HSL 242.64º 0.93% 0.66% -
HSV(B) 242.64º 0.64% 0.98% -
XYZ 25.68 16.69 91.49 -
YUV 110.22 206.32 118.57 -
System Red Green Blue C M Y K H S L
Decimal 97 90 249 0.61 0.64 0 0.02 242.64 0.93 0.66
Hex 61 5A F9 3D 40 0 2 F3 5D 42
Octal 141 132 371 75 100 0 2 363 135 102
Binary 1100001 1011010 11111001 111101 1000000 0 10 11110011 1011101 1000010

Color Harmonies of #615AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AF9

Black with #615AF9

Text Example


Text Example

White with #615AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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