Html Css Color HEX #4454F6 Neon Blue

📋 copy color: '#4454F6'

red 68 ◦ green 84 ◦ blue 246

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

Shades of Neon Blue #4454F6

Tints of Neon Blue #4454F6

RGB

 RED value IS 68 (26.95% from 255) = 17.09%

 GREEN value IS 84 (33.2% from 255) = 21.11%

 BLUE value IS 246 (96.48% from 255) = 61.81%

R = 17.09%
G = 21.11%
B = 61.81%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4454F6 (or 0x4454F6) is known color: Neon Blue. HEX triplet: 44, 54 and F6. RGB value is (68,84,246). Sum of RGB (Red+Green+Blue) = 68+84+246=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #4454F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4454F6 is #BBAB09. Grayscale: #616161. Windows color (decimal): -12299018 or 16143428. OLE color: 16143428.

HSL color Cylindrical-coordinate representation of color #4454F6: hue angle of 234.61º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4454F6 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 68 84 246 -
CMYK 0.72 0.66 0 0.04
HSL 234.61º 0.91% 0.62% -
HSV(B) 234.61º 0.72% 0.96% -
XYZ 22.19 14.22 88.76 -
YUV 97.68 211.7 106.83 -
System Red Green Blue C M Y K H S L
Decimal 68 84 246 0.72 0.66 0 0.04 234.61 0.91 0.62
Hex 44 54 F6 48 42 0 4 EB 5B 3E
Octal 104 124 366 110 102 0 4 353 133 76
Binary 1000100 1010100 11110110 1001000 1000010 0 100 11101011 1011011 111110

Color Harmonies of #4454F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4454F6

Black with #4454F6

Text Example


Text Example

White with #4454F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4454F6; }

 p { color: rgb(68,84,246); }

 H1.HeaderClassName
 {
   color: #4454F6;
 }
 .AnyTagClassName
 {
   color: #4454F6;
 }
</style>

background-color css

<style>
 a { background-color: #4454F6; }

 a { background-color: rgb(68,84,246); }

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

border-color css

<style>
 span { border-color: #4454F6; }

 span { border-color: rgb(68,84,246); }

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