Html Css Color HEX #615AF0 Neon Blue

📋 copy color: '#615AF0'

red 97 ◦ green 90 ◦ blue 240

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

Shades of Neon Blue #615AF0

Tints of Neon Blue #615AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.21%

R = 22.72%
G = 21.08%
B = 56.21%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#615AF0 (or 0x615AF0) is known color: Neon Blue. HEX triplet: 61, 5A and F0. RGB value is (97,90,240). Sum of RGB (Red+Green+Blue) = 97+90+240=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #615AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615AF0 is #9EA50F. Grayscale: #6C6C6C. Windows color (decimal): -10396944 or 15751777. OLE color: 15751777.

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

Color convert

RGB 97 90 240 -
CMYK 0.60 0.62 0 0.06
HSL 242.8º 0.83% 0.65% -
HSV(B) 242.8º 0.63% 0.94% -
XYZ 24.31 16.14 84.27 -
YUV 109.19 201.82 119.3 -
System Red Green Blue C M Y K H S L
Decimal 97 90 240 0.60 0.62 0 0.06 242.8 0.83 0.65
Hex 61 5A F0 3C 3E 0 6 F3 53 41
Octal 141 132 360 74 76 0 6 363 123 101
Binary 1100001 1011010 11110000 111100 111110 0 110 11110011 1010011 1000001

Color Harmonies of #615AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AF0

Black with #615AF0

Text Example


Text Example

White with #615AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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