Html Css Color HEX #3C30FA Neon Blue

📋 copy color: '#3C30FA'

red 60 ◦ green 48 ◦ blue 250

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

Shades of Neon Blue #3C30FA

Tints of Neon Blue #3C30FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 250 (98.05% from 255) = 69.83%

R = 16.76%
G = 13.41%
B = 69.83%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C30FA (or 0x3C30FA) is known color: Neon Blue. HEX triplet: 3C, 30 and FA. RGB value is (60,48,250). Sum of RGB (Red+Green+Blue) = 60+48+250=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C30FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C30FA is #C3CF05. Grayscale: #494949. Windows color (decimal): -12832518 or 16396348. OLE color: 16396348.

HSL color Cylindrical-coordinate representation of color #3C30FA: hue angle of 243.56º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C30FA is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 48 250 -
CMYK 0.76 0.81 0 0.02
HSL 243.56º 0.95% 0.58% -
HSV(B) 243.56º 0.81% 0.98% -
XYZ 20.18 9.98 91.3 -
YUV 74.62 226.98 117.57 -
System Red Green Blue C M Y K H S L
Decimal 60 48 250 0.76 0.81 0 0.02 243.56 0.95 0.58
Hex 3C 30 FA 4C 51 0 2 F4 5F 3A
Octal 74 60 372 114 121 0 2 364 137 72
Binary 111100 110000 11111010 1001100 1010001 0 10 11110100 1011111 111010

Color Harmonies of #3C30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C30FA

Black with #3C30FA

Text Example


Text Example

White with #3C30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,48,250); }

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

background-color css

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

 a { background-color: rgb(60,48,250); }

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

border-color css

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

 span { border-color: rgb(60,48,250); }

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