Html Css Color HEX #665CFF Neon Blue

📋 copy color: '#665CFF'

red 102 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #665CFF

Tints of Neon Blue #665CFF

RGB

 RED value IS 102 (40.23% from 255) = 22.72%

 GREEN value IS 92 (36.33% from 255) = 20.49%

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

R = 22.72%
G = 20.49%
B = 56.79%

CMYK

 C value IS 0.6

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#665CFF (or 0x665CFF) is known color: Neon Blue. HEX triplet: 66, 5C and FF. RGB value is (102,92,255). Sum of RGB (Red+Green+Blue) = 102+92+255=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #665CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665CFF is #99A300. Grayscale: #707070. Windows color (decimal): -10068737 or 16735334. OLE color: 16735334.

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

Color convert

RGB 102 92 255 -
CMYK 0.6 0.64 0 0
HSL 243.68º 1% 0.68% -
HSV(B) 243.68º 0.64% 1% -
XYZ 27.36 17.7 96.58 -
YUV 113.57 207.81 119.75 -
System Red Green Blue C M Y K H S L
Decimal 102 92 255 0.6 0.64 0 0 243.68 1 0.68
Hex 66 5C FF 3C 40 0 0 F4 64 44
Octal 146 134 377 74 100 0 0 364 144 104
Binary 1100110 1011100 11111111 111100 1000000 0 0 11110100 1100100 1000100

Color Harmonies of #665CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CFF

Black with #665CFF

Text Example


Text Example

White with #665CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665CFF; }

 p { color: rgb(102,92,255); }

 H1.HeaderClassName
 {
   color: #665CFF;
 }
 .AnyTagClassName
 {
   color: #665CFF;
 }
</style>

background-color css

<style>
 a { background-color: #665CFF; }

 a { background-color: rgb(102,92,255); }

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

border-color css

<style>
 span { border-color: #665CFF; }

 span { border-color: rgb(102,92,255); }

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