Html Css Color HEX #6165FF Neon Blue

📋 copy color: '#6165FF'

red 97 ◦ green 101 ◦ blue 255

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

Shades of Neon Blue #6165FF

Tints of Neon Blue #6165FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.3%

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

R = 21.41%
G = 22.3%
B = 56.29%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6165FF (or 0x6165FF) is known color: Neon Blue. HEX triplet: 61, 65 and FF. RGB value is (97,101,255). Sum of RGB (Red+Green+Blue) = 97+101+255=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #6165FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6165FF is #9E9A00. Grayscale: #747474. Windows color (decimal): -10394113 or 16737633. OLE color: 16737633.

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

Color convert

RGB 97 101 255 -
CMYK 0.62 0.60 0 0
HSL 238.48º 1% 0.69% -
HSV(B) 238.48º 0.62% 1% -
XYZ 27.63 19.07 96.83 -
YUV 117.36 205.67 113.48 -
System Red Green Blue C M Y K H S L
Decimal 97 101 255 0.62 0.60 0 0 238.48 1 0.69
Hex 61 65 FF 3E 3C 0 0 EE 64 45
Octal 141 145 377 76 74 0 0 356 144 105
Binary 1100001 1100101 11111111 111110 111100 0 0 11101110 1100100 1000101

Color Harmonies of #6165FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6165FF

Black with #6165FF

Text Example


Text Example

White with #6165FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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