Html Css Color HEX #6551FD Neon Blue

📋 copy color: '#6551FD'

red 101 ◦ green 81 ◦ blue 253

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

Shades of Neon Blue #6551FD

Tints of Neon Blue #6551FD

RGB

 RED value IS 101 (39.84% from 255) = 23.22%

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 23.22%
G = 18.62%
B = 58.16%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6551FD (or 0x6551FD) is known color: Neon Blue. HEX triplet: 65, 51 and FD. RGB value is (101,81,253). Sum of RGB (Red+Green+Blue) = 101+81+253=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #6551FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6551FD is #9AAE02. Grayscale: #696969. Windows color (decimal): -10137091 or 16601445. OLE color: 16601445.

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

Color convert

RGB 101 81 253 -
CMYK 0.60 0.68 0 0.01
HSL 246.98º 0.98% 0.65% -
HSV(B) 246.98º 0.68% 0.99% -
XYZ 26.04 15.74 94.59 -
YUV 106.59 210.63 124.01 -
System Red Green Blue C M Y K H S L
Decimal 101 81 253 0.60 0.68 0 0.01 246.98 0.98 0.65
Hex 65 51 FD 3C 44 0 1 F7 62 41
Octal 145 121 375 74 104 0 1 367 142 101
Binary 1100101 1010001 11111101 111100 1000100 0 1 11110111 1100010 1000001

Color Harmonies of #6551FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6551FD

Black with #6551FD

Text Example


Text Example

White with #6551FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,81,253); }

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

background-color css

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

 a { background-color: rgb(101,81,253); }

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

border-color css

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

 span { border-color: rgb(101,81,253); }

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