Html Css Color HEX #4651FF Neon Blue

📋 copy color: '#4651FF'

red 70 ◦ green 81 ◦ blue 255

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

Shades of Neon Blue #4651FF

Tints of Neon Blue #4651FF

RGB

 RED value IS 70 (27.73% from 255) = 17.24%

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

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

R = 17.24%
G = 19.95%
B = 62.81%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4651FF (or 0x4651FF) is known color: Neon Blue. HEX triplet: 46, 51 and FF. RGB value is (70,81,255). Sum of RGB (Red+Green+Blue) = 70+81+255=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #4651FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4651FF is #B9AE00. Grayscale: #606060. Windows color (decimal): -12168705 or 16732486. OLE color: 16732486.

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

Color convert

RGB 70 81 255 -
CMYK 0.73 0.68 0 0
HSL 236.43º 1% 0.64% -
HSV(B) 236.43º 0.73% 1% -
XYZ 23.52 14.41 96.15 -
YUV 97.55 216.86 108.35 -
System Red Green Blue C M Y K H S L
Decimal 70 81 255 0.73 0.68 0 0 236.43 1 0.64
Hex 46 51 FF 49 44 0 0 EC 64 40
Octal 106 121 377 111 104 0 0 354 144 100
Binary 1000110 1010001 11111111 1001001 1000100 0 0 11101100 1100100 1000000

Color Harmonies of #4651FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4651FF

Black with #4651FF

Text Example


Text Example

White with #4651FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,81,255); }

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

background-color css

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

 a { background-color: rgb(70,81,255); }

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

border-color css

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

 span { border-color: rgb(70,81,255); }

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