Html Css Color HEX #304BFE Neon Blue

📋 copy color: '#304BFE'

red 48 ◦ green 75 ◦ blue 254

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

Shades of Neon Blue #304BFE

Tints of Neon Blue #304BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

 BLUE value IS 254 (99.61% from 255) = 67.37%

R = 12.73%
G = 19.89%
B = 67.37%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#304BFE (or 0x304BFE) is known color: Neon Blue. HEX triplet: 30, 4B and FE. RGB value is (48,75,254). Sum of RGB (Red+Green+Blue) = 48+75+254=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #304BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304BFE is #CFB401. Grayscale: #565656. Windows color (decimal): -13612034 or 16665392. OLE color: 16665392.

HSL color Cylindrical-coordinate representation of color #304BFE: hue angle of 232.14º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304BFE is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 75 254 -
CMYK 0.81 0.70 0 0.00
HSL 232.14º 0.99% 0.59% -
HSV(B) 232.14º 0.81% 1% -
XYZ 21.62 12.82 95.1 -
YUV 87.33 222.05 99.95 -
System Red Green Blue C M Y K H S L
Decimal 48 75 254 0.81 0.70 0 0.00 232.14 0.99 0.59
Hex 30 4B FE 51 46 0 0 E8 63 3B
Octal 60 113 376 121 106 0 0 350 143 73
Binary 110000 1001011 11111110 1010001 1000110 0 0 11101000 1100011 111011

Color Harmonies of #304BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304BFE

Black with #304BFE

Text Example


Text Example

White with #304BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,254); }

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

background-color css

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

 a { background-color: rgb(48,75,254); }

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

border-color css

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

 span { border-color: rgb(48,75,254); }

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