Html Css Color HEX #615DFB Neon Blue

📋 copy color: '#615DFB'

red 97 ◦ green 93 ◦ blue 251

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

Shades of Neon Blue #615DFB

Tints of Neon Blue #615DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.09%

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 22%
G = 21.09%
B = 56.92%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#615DFB (or 0x615DFB) is known color: Neon Blue. HEX triplet: 61, 5D and FB. RGB value is (97,93,251). Sum of RGB (Red+Green+Blue) = 97+93+251=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #615DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615DFB is #9EA204. Grayscale: #6F6F6F. Windows color (decimal): -10396165 or 16473441. OLE color: 16473441.

HSL color Cylindrical-coordinate representation of color #615DFB: hue angle of 241.52º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #615DFB is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 93 251 -
CMYK 0.61 0.63 0 0.02
HSL 241.52º 0.95% 0.67% -
HSV(B) 241.52º 0.63% 0.98% -
XYZ 26.26 17.34 93.23 -
YUV 112.21 206.33 117.15 -
System Red Green Blue C M Y K H S L
Decimal 97 93 251 0.61 0.63 0 0.02 241.52 0.95 0.67
Hex 61 5D FB 3D 3F 0 2 F2 5F 43
Octal 141 135 373 75 77 0 2 362 137 103
Binary 1100001 1011101 11111011 111101 111111 0 10 11110010 1011111 1000011

Color Harmonies of #615DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DFB

Black with #615DFB

Text Example


Text Example

White with #615DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,93,251); }

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

background-color css

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

 a { background-color: rgb(97,93,251); }

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

border-color css

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

 span { border-color: rgb(97,93,251); }

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