Html Css Color HEX #3C4FF8 Neon Blue

📋 copy color: '#3C4FF8'

red 60 ◦ green 79 ◦ blue 248

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

Shades of Neon Blue #3C4FF8

Tints of Neon Blue #3C4FF8

RGB

 RED value IS 60 (23.83% from 255) = 15.5%

 GREEN value IS 79 (31.25% from 255) = 20.41%

 BLUE value IS 248 (97.27% from 255) = 64.08%

R = 15.5%
G = 20.41%
B = 64.08%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3C4FF8 (or 0x3C4FF8) is known color: Neon Blue. HEX triplet: 3C, 4F and F8. RGB value is (60,79,248). Sum of RGB (Red+Green+Blue) = 60+79+248=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 248 (97.27% from 255 or 64.08% from 387); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C4FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C4FF8 is #C3B007. Grayscale: #5B5B5B. Windows color (decimal): -12824584 or 16273212. OLE color: 16273212.

HSL color Cylindrical-coordinate representation of color #3C4FF8: hue angle of 233.94º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C4FF8 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 79 248 -
CMYK 0.76 0.68 0 0.03
HSL 233.94º 0.93% 0.6% -
HSV(B) 233.94º 0.76% 0.97% -
XYZ 21.6 13.33 90.24 -
YUV 92.59 215.71 104.76 -
System Red Green Blue C M Y K H S L
Decimal 60 79 248 0.76 0.68 0 0.03 233.94 0.93 0.6
Hex 3C 4F F8 4C 44 0 3 EA 5D 3C
Octal 74 117 370 114 104 0 3 352 135 74
Binary 111100 1001111 11111000 1001100 1000100 0 11 11101010 1011101 111100

Color Harmonies of #3C4FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4FF8

Black with #3C4FF8

Text Example


Text Example

White with #3C4FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C4FF8; }

 p { color: rgb(60,79,248); }

 H1.HeaderClassName
 {
   color: #3C4FF8;
 }
 .AnyTagClassName
 {
   color: #3C4FF8;
 }
</style>

background-color css

<style>
 a { background-color: #3C4FF8; }

 a { background-color: rgb(60,79,248); }

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

border-color css

<style>
 span { border-color: #3C4FF8; }

 span { border-color: rgb(60,79,248); }

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