Html Css Color HEX #6460FF Neon Blue

📋 copy color: '#6460FF'

red 100 ◦ green 96 ◦ blue 255

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

Shades of Neon Blue #6460FF

Tints of Neon Blue #6460FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

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

R = 22.17%
G = 21.29%
B = 56.54%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6460FF (or 0x6460FF) is known color: Neon Blue. HEX triplet: 64, 60 and FF. RGB value is (100,96,255). Sum of RGB (Red+Green+Blue) = 100+96+255=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #6460FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6460FF is #9B9F00. Grayscale: #727272. Windows color (decimal): -10198785 or 16736356. OLE color: 16736356.

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

Color convert

RGB 100 96 255 -
CMYK 0.61 0.62 0 0
HSL 241.51º 1% 0.69% -
HSV(B) 241.51º 0.62% 1% -
XYZ 27.49 18.3 96.69 -
YUV 115.32 206.83 117.07 -
System Red Green Blue C M Y K H S L
Decimal 100 96 255 0.61 0.62 0 0 241.51 1 0.69
Hex 64 60 FF 3D 3E 0 0 F2 64 45
Octal 144 140 377 75 76 0 0 362 144 105
Binary 1100100 1100000 11111111 111101 111110 0 0 11110010 1100100 1000101

Color Harmonies of #6460FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460FF

Black with #6460FF

Text Example


Text Example

White with #6460FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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