Html Css Color HEX #3C38FC Neon Blue

📋 copy color: '#3C38FC'

red 60 ◦ green 56 ◦ blue 252

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

Shades of Neon Blue #3C38FC

Tints of Neon Blue #3C38FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.22%

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 16.3%
G = 15.22%
B = 68.48%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C38FC (or 0x3C38FC) is known color: Neon Blue. HEX triplet: 3C, 38 and FC. RGB value is (60,56,252). Sum of RGB (Red+Green+Blue) = 60+56+252=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C38FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C38FC is #C3C703. Grayscale: #4E4E4E. Windows color (decimal): -12830468 or 16529468. OLE color: 16529468.

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

Color convert

RGB 60 56 252 -
CMYK 0.76 0.78 0 0.01
HSL 241.22º 0.97% 0.6% -
HSV(B) 241.22º 0.78% 0.99% -
XYZ 20.85 10.82 93.08 -
YUV 79.54 225.33 114.06 -
System Red Green Blue C M Y K H S L
Decimal 60 56 252 0.76 0.78 0 0.01 241.22 0.97 0.6
Hex 3C 38 FC 4C 4E 0 1 F1 61 3C
Octal 74 70 374 114 116 0 1 361 141 74
Binary 111100 111000 11111100 1001100 1001110 0 1 11110001 1100001 111100

Color Harmonies of #3C38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C38FC

Black with #3C38FC

Text Example


Text Example

White with #3C38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,56,252); }

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

background-color css

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

 a { background-color: rgb(60,56,252); }

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

border-color css

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

 span { border-color: rgb(60,56,252); }

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