Html Css Color HEX #6455FF Neon Blue

📋 copy color: '#6455FF'

red 100 ◦ green 85 ◦ blue 255

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

Shades of Neon Blue #6455FF

Tints of Neon Blue #6455FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.95%

R = 22.73%
G = 19.32%
B = 57.95%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6455FF (or 0x6455FF) is known color: Neon Blue. HEX triplet: 64, 55 and FF. RGB value is (100,85,255). Sum of RGB (Red+Green+Blue) = 100+85+255=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #6455FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6455FF is #9BAA00. Grayscale: #6C6C6C. Windows color (decimal): -10201601 or 16733540. OLE color: 16733540.

HSL color Cylindrical-coordinate representation of color #6455FF: hue angle of 245.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6455FF is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 85 255 -
CMYK 0.61 0.67 0 0
HSL 245.29º 1% 0.67% -
HSV(B) 245.29º 0.67% 1% -
XYZ 26.55 16.43 96.38 -
YUV 108.87 210.47 121.68 -
System Red Green Blue C M Y K H S L
Decimal 100 85 255 0.61 0.67 0 0 245.29 1 0.67
Hex 64 55 FF 3D 43 0 0 F5 64 43
Octal 144 125 377 75 103 0 0 365 144 103
Binary 1100100 1010101 11111111 111101 1000011 0 0 11110101 1100100 1000011

Color Harmonies of #6455FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455FF

Black with #6455FF

Text Example


Text Example

White with #6455FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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