Html Css Color HEX #304CF6 Neon Blue

📋 copy color: '#304CF6'

red 48 ◦ green 76 ◦ blue 246

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

Shades of Neon Blue #304CF6

Tints of Neon Blue #304CF6

RGB

 RED value IS 48 (19.14% from 255) = 12.97%

 GREEN value IS 76 (30.08% from 255) = 20.54%

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

R = 12.97%
G = 20.54%
B = 66.49%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#304CF6 (or 0x304CF6) is known color: Neon Blue. HEX triplet: 30, 4C and F6. RGB value is (48,76,246). Sum of RGB (Red+Green+Blue) = 48+76+246=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #304CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CF6 is #CFB309. Grayscale: #565656. Windows color (decimal): -13611786 or 16141360. OLE color: 16141360.

HSL color Cylindrical-coordinate representation of color #304CF6: hue angle of 231.52º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304CF6 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 76 246 -
CMYK 0.80 0.69 0 0.04
HSL 231.52º 0.92% 0.58% -
HSV(B) 231.52º 0.8% 0.96% -
XYZ 20.44 12.45 88.51 -
YUV 87.01 217.72 100.18 -
System Red Green Blue C M Y K H S L
Decimal 48 76 246 0.80 0.69 0 0.04 231.52 0.92 0.58
Hex 30 4C F6 50 45 0 4 E8 5C 3A
Octal 60 114 366 120 105 0 4 350 134 72
Binary 110000 1001100 11110110 1010000 1000101 0 100 11101000 1011100 111010

Color Harmonies of #304CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CF6

Black with #304CF6

Text Example


Text Example

White with #304CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304CF6; }

 p { color: rgb(48,76,246); }

 H1.HeaderClassName
 {
   color: #304CF6;
 }
 .AnyTagClassName
 {
   color: #304CF6;
 }
</style>

background-color css

<style>
 a { background-color: #304CF6; }

 a { background-color: rgb(48,76,246); }

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

border-color css

<style>
 span { border-color: #304CF6; }

 span { border-color: rgb(48,76,246); }

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