Html Css Color HEX #615EFF Neon Blue

📋 copy color: '#615EFF'

red 97 ◦ green 94 ◦ blue 255

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

Shades of Neon Blue #615EFF

Tints of Neon Blue #615EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.08%

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

R = 21.75%
G = 21.08%
B = 57.17%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#615EFF (or 0x615EFF) is known color: Neon Blue. HEX triplet: 61, 5E and FF. RGB value is (97,94,255). Sum of RGB (Red+Green+Blue) = 97+94+255=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #615EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615EFF is #9EA100. Grayscale: #707070. Windows color (decimal): -10395905 or 16735841. OLE color: 16735841.

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

Color convert

RGB 97 94 255 -
CMYK 0.62 0.63 0 0
HSL 241.12º 1% 0.68% -
HSV(B) 241.12º 0.63% 1% -
XYZ 26.98 17.77 96.61 -
YUV 113.25 207.99 116.41 -
System Red Green Blue C M Y K H S L
Decimal 97 94 255 0.62 0.63 0 0 241.12 1 0.68
Hex 61 5E FF 3E 3F 0 0 F1 64 44
Octal 141 136 377 76 77 0 0 361 144 104
Binary 1100001 1011110 11111111 111110 111111 0 0 11110001 1100100 1000100

Color Harmonies of #615EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EFF

Black with #615EFF

Text Example


Text Example

White with #615EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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