Html Css Color HEX #6640FC Neon Blue

📋 copy color: '#6640FC'

red 102 ◦ green 64 ◦ blue 252

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

Shades of Neon Blue #6640FC

Tints of Neon Blue #6640FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

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

R = 24.4%
G = 15.31%
B = 60.29%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6640FC (or 0x6640FC) is known color: Neon Blue. HEX triplet: 66, 40 and FC. RGB value is (102,64,252). Sum of RGB (Red+Green+Blue) = 102+64+252=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #6640FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6640FC is #99BF03. Grayscale: #606060. Windows color (decimal): -10075908 or 16531558. OLE color: 16531558.

HSL color Cylindrical-coordinate representation of color #6640FC: hue angle of 252.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6640FC is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 64 252 -
CMYK 0.60 0.75 0 0.01
HSL 252.13º 0.97% 0.62% -
HSV(B) 252.13º 0.75% 0.99% -
XYZ 24.88 13.52 93.39 -
YUV 96.79 215.59 131.71 -
System Red Green Blue C M Y K H S L
Decimal 102 64 252 0.60 0.75 0 0.01 252.13 0.97 0.62
Hex 66 40 FC 3C 4B 0 1 FC 61 3E
Octal 146 100 374 74 113 0 1 374 141 76
Binary 1100110 1000000 11111100 111100 1001011 0 1 11111100 1100001 111110

Color Harmonies of #6640FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640FC

Black with #6640FC

Text Example


Text Example

White with #6640FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6640FC; }

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

 H1.HeaderClassName
 {
   color: #6640FC;
 }
 .AnyTagClassName
 {
   color: #6640FC;
 }
</style>

background-color css

<style>
 a { background-color: #6640FC; }

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

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

border-color css

<style>
 span { border-color: #6640FC; }

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

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