Html Css Color HEX #3648FF Neon Blue

📋 copy color: '#3648FF'

red 54 ◦ green 72 ◦ blue 255

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

Shades of Neon Blue #3648FF

Tints of Neon Blue #3648FF

RGB

 RED value IS 54 (21.48% from 255) = 14.17%

 GREEN value IS 72 (28.52% from 255) = 18.9%

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

R = 14.17%
G = 18.9%
B = 66.93%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3648FF (or 0x3648FF) is known color: Neon Blue. HEX triplet: 36, 48 and FF. RGB value is (54,72,255). Sum of RGB (Red+Green+Blue) = 54+72+255=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #3648FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3648FF is #C9B700. Grayscale: #565656. Windows color (decimal): -13219585 or 16730166. OLE color: 16730166.

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

Color convert

RGB 54 72 255 -
CMYK 0.79 0.72 0 0
HSL 234.63º 1% 0.61% -
HSV(B) 234.63º 0.79% 1% -
XYZ 21.89 12.64 95.89 -
YUV 87.48 222.54 104.12 -
System Red Green Blue C M Y K H S L
Decimal 54 72 255 0.79 0.72 0 0 234.63 1 0.61
Hex 36 48 FF 4F 48 0 0 EB 64 3D
Octal 66 110 377 117 110 0 0 353 144 75
Binary 110110 1001000 11111111 1001111 1001000 0 0 11101011 1100100 111101

Color Harmonies of #3648FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3648FF

Black with #3648FF

Text Example


Text Example

White with #3648FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,72,255); }

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

background-color css

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

 a { background-color: rgb(54,72,255); }

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

border-color css

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

 span { border-color: rgb(54,72,255); }

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