Html Css Color HEX #665AFC Neon Blue

📋 copy color: '#665AFC'

red 102 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #665AFC

Tints of Neon Blue #665AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 22.97%
G = 20.27%
B = 56.76%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#665AFC (or 0x665AFC) is known color: Neon Blue. HEX triplet: 66, 5A and FC. RGB value is (102,90,252). Sum of RGB (Red+Green+Blue) = 102+90+252=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #665AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AFC is #99A503. Grayscale: #6F6F6F. Windows color (decimal): -10069252 or 16538214. OLE color: 16538214.

HSL color Cylindrical-coordinate representation of color #665AFC: hue angle of 244.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665AFC is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 90 252 -
CMYK 0.60 0.64 0 0.01
HSL 244.44º 0.96% 0.67% -
HSV(B) 244.44º 0.64% 0.99% -
XYZ 26.71 17.17 94 -
YUV 112.06 206.98 120.83 -
System Red Green Blue C M Y K H S L
Decimal 102 90 252 0.60 0.64 0 0.01 244.44 0.96 0.67
Hex 66 5A FC 3C 40 0 1 F4 60 43
Octal 146 132 374 74 100 0 1 364 140 103
Binary 1100110 1011010 11111100 111100 1000000 0 1 11110100 1100000 1000011

Color Harmonies of #665AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665AFC

Black with #665AFC

Text Example


Text Example

White with #665AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,90,252); }

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

background-color css

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

 a { background-color: rgb(102,90,252); }

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

border-color css

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

 span { border-color: rgb(102,90,252); }

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