Html Css Color HEX #6455FD Neon Blue

📋 copy color: '#6455FD'

red 100 ◦ green 85 ◦ blue 253

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

Shades of Neon Blue #6455FD

Tints of Neon Blue #6455FD

RGB

 RED value IS 100 (39.45% from 255) = 22.83%

 GREEN value IS 85 (33.59% from 255) = 19.41%

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

R = 22.83%
G = 19.41%
B = 57.76%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6455FD (or 0x6455FD) is known color: Neon Blue. HEX triplet: 64, 55 and FD. RGB value is (100,85,253). Sum of RGB (Red+Green+Blue) = 100+85+253=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #6455FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6455FD is #9BAA02. Grayscale: #6B6B6B. Windows color (decimal): -10201603 or 16602468. OLE color: 16602468.

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

Color convert

RGB 100 85 253 -
CMYK 0.60 0.66 0 0.01
HSL 245.36º 0.98% 0.66% -
HSV(B) 245.36º 0.66% 0.99% -
XYZ 26.23 16.3 94.69 -
YUV 108.64 209.47 121.84 -
System Red Green Blue C M Y K H S L
Decimal 100 85 253 0.60 0.66 0 0.01 245.36 0.98 0.66
Hex 64 55 FD 3C 42 0 1 F5 62 42
Octal 144 125 375 74 102 0 1 365 142 102
Binary 1100100 1010101 11111101 111100 1000010 0 1 11110101 1100010 1000010

Color Harmonies of #6455FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455FD

Black with #6455FD

Text Example


Text Example

White with #6455FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,85,253); }

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

background-color css

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

 a { background-color: rgb(100,85,253); }

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

border-color css

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

 span { border-color: rgb(100,85,253); }

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