Html Css Color HEX #6156FF Neon Blue

📋 copy color: '#6156FF'

red 97 ◦ green 86 ◦ blue 255

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

Shades of Neon Blue #6156FF

Tints of Neon Blue #6156FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

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

R = 22.15%
G = 19.63%
B = 58.22%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6156FF (or 0x6156FF) is known color: Neon Blue. HEX triplet: 61, 56 and FF. RGB value is (97,86,255). Sum of RGB (Red+Green+Blue) = 97+86+255=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #6156FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6156FF is #9EA900. Grayscale: #6B6B6B. Windows color (decimal): -10397953 or 16733793. OLE color: 16733793.

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

Color convert

RGB 97 86 255 -
CMYK 0.62 0.66 0 0
HSL 243.91º 1% 0.67% -
HSV(B) 243.91º 0.66% 1% -
XYZ 26.31 16.42 96.39 -
YUV 108.56 210.64 119.76 -
System Red Green Blue C M Y K H S L
Decimal 97 86 255 0.62 0.66 0 0 243.91 1 0.67
Hex 61 56 FF 3E 42 0 0 F4 64 43
Octal 141 126 377 76 102 0 0 364 144 103
Binary 1100001 1010110 11111111 111110 1000010 0 0 11110100 1100100 1000011

Color Harmonies of #6156FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6156FF

Black with #6156FF

Text Example


Text Example

White with #6156FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6156FF; }

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

 H1.HeaderClassName
 {
   color: #6156FF;
 }
 .AnyTagClassName
 {
   color: #6156FF;
 }
</style>

background-color css

<style>
 a { background-color: #6156FF; }

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

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

border-color css

<style>
 span { border-color: #6156FF; }

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

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