Html Css Color HEX #384CFE Neon Blue

📋 copy color: '#384CFE'

red 56 ◦ green 76 ◦ blue 254

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

Shades of Neon Blue #384CFE

Tints of Neon Blue #384CFE

RGB

 RED value IS 56 (22.27% from 255) = 14.51%

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

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

R = 14.51%
G = 19.69%
B = 65.8%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#384CFE (or 0x384CFE) is known color: Neon Blue. HEX triplet: 38, 4C and FE. RGB value is (56,76,254). Sum of RGB (Red+Green+Blue) = 56+76+254=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #384CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CFE is #C7B301. Grayscale: #595959. Windows color (decimal): -13087490 or 16665656. OLE color: 16665656.

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

Color convert

RGB 56 76 254 -
CMYK 0.78 0.70 0 0.00
HSL 233.94º 0.99% 0.61% -
HSV(B) 233.94º 0.78% 1% -
XYZ 22.1 13.17 95.14 -
YUV 90.31 220.37 103.53 -
System Red Green Blue C M Y K H S L
Decimal 56 76 254 0.78 0.70 0 0.00 233.94 0.99 0.61
Hex 38 4C FE 4E 46 0 0 EA 63 3D
Octal 70 114 376 116 106 0 0 352 143 75
Binary 111000 1001100 11111110 1001110 1000110 0 0 11101010 1100011 111101

Color Harmonies of #384CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CFE

Black with #384CFE

Text Example


Text Example

White with #384CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384CFE; }

 p { color: rgb(56,76,254); }

 H1.HeaderClassName
 {
   color: #384CFE;
 }
 .AnyTagClassName
 {
   color: #384CFE;
 }
</style>

background-color css

<style>
 a { background-color: #384CFE; }

 a { background-color: rgb(56,76,254); }

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

border-color css

<style>
 span { border-color: #384CFE; }

 span { border-color: rgb(56,76,254); }

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