Html Css Color HEX #6641FD Neon Blue

📋 copy color: '#6641FD'

red 102 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #6641FD

Tints of Neon Blue #6641FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.48%

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 24.29%
G = 15.48%
B = 60.24%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6641FD (or 0x6641FD) is known color: Neon Blue. HEX triplet: 66, 41 and FD. RGB value is (102,65,253). Sum of RGB (Red+Green+Blue) = 102+65+253=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #6641FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6641FD is #99BE02. Grayscale: #606060. Windows color (decimal): -10075651 or 16597350. OLE color: 16597350.

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

Color convert

RGB 102 65 253 -
CMYK 0.60 0.74 0 0.01
HSL 251.81º 0.98% 0.62% -
HSV(B) 251.81º 0.74% 0.99% -
XYZ 25.1 13.7 94.25 -
YUV 97.5 215.76 131.21 -
System Red Green Blue C M Y K H S L
Decimal 102 65 253 0.60 0.74 0 0.01 251.81 0.98 0.62
Hex 66 41 FD 3C 4A 0 1 FC 62 3E
Octal 146 101 375 74 112 0 1 374 142 76
Binary 1100110 1000001 11111101 111100 1001010 0 1 11111100 1100010 111110

Color Harmonies of #6641FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6641FD

Black with #6641FD

Text Example


Text Example

White with #6641FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6641FD; }

 p { color: rgb(102,65,253); }

 H1.HeaderClassName
 {
   color: #6641FD;
 }
 .AnyTagClassName
 {
   color: #6641FD;
 }
</style>

background-color css

<style>
 a { background-color: #6641FD; }

 a { background-color: rgb(102,65,253); }

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

border-color css

<style>
 span { border-color: #6641FD; }

 span { border-color: rgb(102,65,253); }

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