Html Css Color HEX #664AF1 Neon Blue

📋 copy color: '#664AF1'

red 102 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #664AF1

Tints of Neon Blue #664AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.75%

 BLUE value IS 241 (94.53% from 255) = 57.79%

R = 24.46%
G = 17.75%
B = 57.79%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#664AF1 (or 0x664AF1) is known color: Neon Blue. HEX triplet: 66, 4A and F1. RGB value is (102,74,241). Sum of RGB (Red+Green+Blue) = 102+74+241=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #664AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664AF1 is #99B50E. Grayscale: #646464. Windows color (decimal): -10073359 or 15813222. OLE color: 15813222.

HSL color Cylindrical-coordinate representation of color #664AF1: hue angle of 250.06º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664AF1 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 74 241 -
CMYK 0.58 0.69 0 0.05
HSL 250.06º 0.86% 0.62% -
HSV(B) 250.06º 0.69% 0.95% -
XYZ 23.81 14.07 84.68 -
YUV 101.41 206.78 128.42 -
System Red Green Blue C M Y K H S L
Decimal 102 74 241 0.58 0.69 0 0.05 250.06 0.86 0.62
Hex 66 4A F1 3A 45 0 5 FA 56 3E
Octal 146 112 361 72 105 0 5 372 126 76
Binary 1100110 1001010 11110001 111010 1000101 0 101 11111010 1010110 111110

Color Harmonies of #664AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664AF1

Black with #664AF1

Text Example


Text Example

White with #664AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664AF1; }

 p { color: rgb(102,74,241); }

 H1.HeaderClassName
 {
   color: #664AF1;
 }
 .AnyTagClassName
 {
   color: #664AF1;
 }
</style>

background-color css

<style>
 a { background-color: #664AF1; }

 a { background-color: rgb(102,74,241); }

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

border-color css

<style>
 span { border-color: #664AF1; }

 span { border-color: rgb(102,74,241); }

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