Html Css Color HEX #304CF0 Neon Blue

📋 copy color: '#304CF0'

red 48 ◦ green 76 ◦ blue 240

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

Shades of Neon Blue #304CF0

Tints of Neon Blue #304CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.93%

R = 13.19%
G = 20.88%
B = 65.93%

CMYK

 C value IS 0.8

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#304CF0 (or 0x304CF0) is known color: Neon Blue. HEX triplet: 30, 4C and F0. RGB value is (48,76,240). Sum of RGB (Red+Green+Blue) = 48+76+240=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #304CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CF0 is #CFB30F. Grayscale: #555555. Windows color (decimal): -13611792 or 15748144. OLE color: 15748144.

HSL color Cylindrical-coordinate representation of color #304CF0: hue angle of 231.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304CF0 is Cyan = 0.8, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 76 240 -
CMYK 0.8 0.68 0 0.06
HSL 231.25º 0.86% 0.56% -
HSV(B) 231.25º 0.8% 0.94% -
XYZ 19.53 12.09 83.74 -
YUV 86.32 214.72 100.66 -
System Red Green Blue C M Y K H S L
Decimal 48 76 240 0.8 0.68 0 0.06 231.25 0.86 0.56
Hex 30 4C F0 50 44 0 6 E7 56 38
Octal 60 114 360 120 104 0 6 347 126 70
Binary 110000 1001100 11110000 1010000 1000100 0 110 11100111 1010110 111000

Color Harmonies of #304CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CF0

Black with #304CF0

Text Example


Text Example

White with #304CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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